diff --git a/requirements.txt b/requirements.txt index a1db2555..432a0bb5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,26 +6,26 @@ matplotlib==3.8.0 natsort==8.4.0 numpy==1.24.3 opencv_contrib_python==4.8.1.78 -optuna==3.3.0 +optuna==3.4.0 Pillow==10.1.0 pytest==7.4.2 scikit_learn==1.3.1 -scipy==1.11.1 +scipy==1.11.3 seaborn==0.13.0 sparse==0.14.0 tqdm==4.66.1 umap-learn==0.5.4 -xxhash==3.2.0 +xxhash==3.4.1 bokeh==3.2.2 -psutil==5.9.5 +psutil==5.9.6 py-cpuinfo==9.0.0 GPUtil==1.4.0 PyYAML==6.0.1 mat73==0.62 -torch==2.0.1 -torchvision==0.15.2 -torchaudio==2.0.2 +torch==2.1.0 +torchvision==0.16.0 +torchaudio==2.1.0 selenium==4.14.0 skl2onnx==1.15.0 onnx==1.14.1 -onnxruntime==1.16.0 \ No newline at end of file +onnxruntime==1.16.1 \ No newline at end of file diff --git a/roicat/__init__.py b/roicat/__init__.py index e6e2ef85..a06e7c3a 100644 --- a/roicat/__init__.py +++ b/roicat/__init__.py @@ -13,4 +13,4 @@ for pkg in __all__: exec('from . import ' + pkg) -__version__ = '1.1.24' +__version__ = '1.1.25'