Skip to content

Commit

Permalink
tighten version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jul 28, 2022
1 parent 4a9b038 commit a38d653
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
21 changes: 10 additions & 11 deletions buildScripts/devEnv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@ channels:
- conda-forge
dependencies:
- python=3.9
- python >=3.7
- setuptools
- setuptools_scm
- numpy >=1.16
- scipy >=0.18
- numpy >=1.16, <1.23
- scipy =1.7
- tifffile
- psutil
- shapely
- h5py
- pandas
- matplotlib >=1.4
- jsonschema >=4
- opencv =4
- scikit-image
- rasterio
- shapely =1.8
- h5py =3
- pandas =1.3
- matplotlib =3.5
- jsonschema =4
- opencv =4.5
- scikit-image =0.18
- rasterio =1
20 changes: 10 additions & 10 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ requirements:

run:
- python >=3.7
- numpy >=1.16
- scipy >=0.18
- numpy >=1.16, <1.23
- scipy =1.7
- tifffile
- psutil
- shapely
- h5py
- pandas
- matplotlib >=1.4
- jsonschema >=4
- opencv =4
- scikit-image
- rasterio
- shapely =1.8
- h5py =3
- pandas =1.3
- matplotlib =3.5
- jsonschema =4
- opencv =4.5
- scikit-image =0.18
- rasterio =1

about:
home: https://github.com/BackmanLab/PWSpy
Expand Down

0 comments on commit a38d653

Please sign in to comment.