From 339a433dced6cbe4f22e75264233f1490487e9d1 Mon Sep 17 00:00:00 2001 From: Oleg Korsak Date: Sat, 8 Oct 2022 18:47:28 +0300 Subject: [PATCH] dependency bump --- setup.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 948bb8e..b240062 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,16 +35,16 @@ install_requires = cupy-cuda117==10.6.0 h5py==3.7.0 kaggle==1.5.12 - matplotlib==3.5.3 - numpy==1.23.2 + matplotlib==3.6.1 + numpy==1.23.3 Pillow==9.2.0 scikit-learn==1.1.2 scipy==1.9.1 - seaborn==0.11.2 + seaborn==0.12.0 torch torchvision tqdm==4.64.1 - zarr==2.12.0 + zarr==2.13.2 # The usage of test_requires is discouraged, see `Dependency Management` docs # tests_require = pytest; pytest-cov # Require a specific Python version, e.g. Python 2.7 or >= 3.4