Skip to content

Commit

Permalink
bump up shapely version
Browse files Browse the repository at this point in the history
just to see what will happen
  • Loading branch information
mittagessen committed Oct 22, 2024
1 parent bf7bf15 commit 06aa9c2
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~=1.8.5
- shapely~=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~=1.8.5
- shapely~=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 @@ -55,7 +55,7 @@ install_requires =
torch~=2.4.0
scikit-learn~=1.5.0
scikit-image~=0.24.0
shapely~=1.8.5
shapely~=2.0.6
pyarrow
lightning~=2.4.0
torchmetrics>=1.1.0
Expand Down

0 comments on commit 06aa9c2

Please sign in to comment.