Skip to content

Commit

Permalink
requirements: release constraint of scikit-image version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Carnis committed Mar 18, 2022
1 parent 0837484 commit cd0db44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- python=3.9
- numpy
- scipy
- scikit-image<=0.18.3
- scikit-image
- matplotlib
- h5py
- traits
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy
scipy
scikit-image<=0.18.3
scikit-image
matplotlib
hdf5plugin
h5py
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@
6. Creating figures for publication using templates.""",
url="https://github.com/carnisj/bcdi",
project_urls={"Documentation": "https://bcdi.readthedocs.io/en/latest/"},
python_requires=">=3.6*",
python_requires=">=3.6*, <3.10",
install_requires=[
"numpy",
"scipy",
"scikit-image<=0.18.3",
"scikit-image",
"matplotlib",
"hdf5plugin",
"h5py",
Expand Down

0 comments on commit cd0db44

Please sign in to comment.