Skip to content

Commit

Permalink
Bump version number and update requirements.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoheisig committed Aug 12, 2023
1 parent 71ce860 commit 0efe87d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 28 deletions.
2 changes: 1 addition & 1 deletion piscat/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.1.2"
version = "1.1.3"
53 changes: 26 additions & 27 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,29 @@
numpy==1.20
scipy==1.7.3
matplotlib==3.5.0
opencv-python==4.5.4.60
pandas==1.3.4
GitPython
PyQt6==6.2.3
PySide6==6.2.3
pyqtgraph==0.12.4
PyQtWebEngine==5.15.5
scikit-learn==1.0.1
scikit-image==0.18.3
tqdm==4.62.3
joblib==1.1.0
psutil==5.8.0
ipywidgets==7.6.5
networkx==2.6.3
numba==0.54.1
requests==2.26.0
wget==3.2
h5py==3.6.0
PyQtWebEngine
Pyside6==6.2.3
astropy
flifile
h5py
imageio-ffmpeg==0.4.5
astropy==5.0
trackpy==0.5.0
tifffile==2022.5.4
pytest==7.2.0
coverage==6.5.0
tensorflow==2.10.0
flifile==1.3.0
GitPython==3.1.30
ipywidgets
joblib
matplotlib
networkx
notebook
numba
numpy
opencv-python
pandas<2.0
psutil
pyqtgraph==0.12
requests
scikit-image
scikit_learn
scipy>=0.14.0
subprocess.run
tensorflow
tifffile
tqdm
trackpy
wget

0 comments on commit 0efe87d

Please sign in to comment.