Skip to content

Commit

Permalink
update GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
lyy committed Oct 16, 2023
1 parent 482d7b8 commit 1bba935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- anaconda
- defaults
dependencies:
- gdal>=3.0.0
# - gdal>=3.0.0
- pytorch
- torchvision
- numpy
Expand Down
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def readme():
"torchvision",
"tensorflow >= 2.13.0",
"tensorflow-probability",
"gdal >= 3.0.0",
#"gdal >= 3.0.0",
"numpy",
"matplotlib",
"scipy",
Expand Down

0 comments on commit 1bba935

Please sign in to comment.