Skip to content

Commit

Permalink
🐛 Set limit version for sentinelsat
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelrpl committed Sep 16, 2022
1 parent 3da42c7 commit 72ab97c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bdc_collectors/scihub/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

try:
# for sentinelsat < 1
from sentinelsat.exceptions import SentinelAPILTAError as SentinelAPIError
from sentinelsat.sentinel import SentinelAPILTAError as SentinelAPIError
except ImportError:
from sentinelsat.exceptions import SentinelAPIError

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
'google-cloud-storage>=1.28,<2',
'beautifulsoup4>=4.9,<5',
'redis>=3.5,<4',
'sentinelsat>=0.14',
'sentinelsat>=0.14,<1.2',
'Shapely>=1.7,<2',
'tqdm>=4.50'
]
Expand Down

0 comments on commit 72ab97c

Please sign in to comment.