Skip to content

Commit

Permalink
Pin to shapely to 2.0.x >= 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mittagessen committed Nov 21, 2024
1 parent 5499833 commit 1cbba57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- jsonschema
- scikit-learn~=1.2.1
- scikit-image~=0.24.0
- shapely~=2.0.6
- shapely>=2.0.6,~=2.0.6
- pyvips
- imagemagick>=7.1.0
- pyarrow
Expand Down
2 changes: 1 addition & 1 deletion environment_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- jsonschema
- scikit-learn~=1.2.1
- scikit-image~=0.24.0
- shapely~=2.0.6
- shapely>=2.0.6,~=2.0.6
- pyvips
- imagemagick>=7.1.0
- pyarrow
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ install_requires =
torch~=2.4.0
scikit-learn~=1.5.0
scikit-image~=0.24.0
shapely~=2.0.6
shapely>=2.0.6,~=2.0.6
pyarrow
lightning~=2.4.0
torchmetrics>=1.1.0
Expand Down

0 comments on commit 1cbba57

Please sign in to comment.