Skip to content

Commit

Permalink
Merge pull request #116 from RichieHakim/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
RichieHakim authored Oct 17, 2023
2 parents 2e6912f + 5152ada commit 30a7778
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
onnxruntime==1.16.1
2 changes: 1 addition & 1 deletion roicat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
for pkg in __all__:
exec('from . import ' + pkg)

__version__ = '1.1.24'
__version__ = '1.1.25'

0 comments on commit 30a7778

Please sign in to comment.