Skip to content

Commit

Permalink
radiant-mlhub 0.5+ not yet supported
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Aug 10, 2022
1 parent 89876c0 commit 51b4d6d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ updates:
# Allow up to 2 open pull requests at a time
open-pull-requests-limit: 2
ignore:
# radiant-mlhub 0.5+ changed download behavior:
# https://github.com/radiantearth/radiant-mlhub/pull/104
- dependency-name: "radiant-mlhub"
# segmentation-models-pytorch requires older timm, can't update
- dependency-name: "timm"
3 changes: 1 addition & 2 deletions requirements/datasets.old
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ opencv-python==4.6.0.66
pandas==1.4.3;python_version>='3.8'
pandas==1.3.5;python_version=='3.7'
pycocotools==2.0.4
radiant-mlhub==0.5.1;python_version>='3.8'
radiant-mlhub==0.4.1;python_version=='3.7'
radiant-mlhub==0.4.1
rarfile==4.0
scipy==1.8.1;python_version>='3.8'
scipy==1.7.3;python_version=='3.7'
Expand Down
2 changes: 1 addition & 1 deletion requirements/datasets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ open3d==0.14.1;python_version<'3.10'
opencv-python==4.6.0.66
pandas==1.4.3;python_version>='3.8'
pycocotools==2.0.4
radiant-mlhub==0.5.1;python_version>='3.8'
radiant-mlhub==0.4.1
rarfile==4.0
scipy==1.9.0;python_version>='3.8'
zipfile-deflate64==0.2.0
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ datasets =
pycocotools>=2,<3
# radiant-mlhub 0.2.1+ required for api_key bugfix:
# https://github.com/radiantearth/radiant-mlhub/pull/48
radiant-mlhub>=0.2.1,<0.6
# radiant-mlhub 0.5+ changed download behavior:
# https://github.com/radiantearth/radiant-mlhub/pull/104
radiant-mlhub>=0.2.1,<0.5
# rarfile 3+ required for correct Rar file detection
rarfile>=3,<5
# scipy 1.2+ required to fix LinearNDInterpolator import bug
Expand Down

0 comments on commit 51b4d6d

Please sign in to comment.