Skip to content

Commit

Permalink
Merge pull request #206 from jakirkham/req_skimage_18
Browse files Browse the repository at this point in the history
Require scikit-image 0.18.0+
  • Loading branch information
raydouglass authored Mar 4, 2021
2 parents a396206 + 4c19079 commit b113edc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/recipes/rapids-build-env/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ requirements:
- ripgrep
- s3fs {{ s3fs_version }}
- setuptools
- scikit-image {{ scikit_image_version }}
- scikit-learn {{ scikit_learn_version }}
- scipy {{ scipy_version }}
- shellcheck
Expand Down
1 change: 1 addition & 0 deletions conda/recipes/rapids-notebook-env/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ requirements:
- nodejs {{ nodejs_version }}
- pytest
- s3fs {{ s3fs_version }}
- scikit-image {{ scikit_image_version }}
- scikit-learn {{ scikit_learn_version }}
- scipy {{ scipy_version }}
- seaborn
Expand Down
2 changes: 2 additions & 0 deletions conda/recipes/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ rapidjson_version:
- '=1.1.0'
s3fs_version:
- '>=0.5.2'
scikit_image_version:
- '>=0.18.0,<0.19.0'
scikit_learn_version:
- '=0.23.1'
scipy_version:
Expand Down

0 comments on commit b113edc

Please sign in to comment.