Skip to content

Commit

Permalink
fix conda envs to allow over-limiting python-dateutils<2.8 in older s…
Browse files Browse the repository at this point in the history
…at-stac
  • Loading branch information
fmigneault committed Dec 6, 2023
1 parent 01d0ff6 commit 67f8997
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions eo/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ dependencies:
- pyproj
- rasterio
- sat-search==0.3.0
- sat-stac>=0.4.1
- python-dateutil>=2.8
- shapely

# TODO: These next packages could possibly be added to a more generic 'vision' image, from which 'eo' would be built
Expand Down
3 changes: 2 additions & 1 deletion nlp/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ dependencies:
- intake-esm
- intake-stac==0.3.0
- sat-search==0.3.0
- sat-stac>=0.4.1
- threddsclient==0.4.2
- openjdk==8.0.152
- python-flair
- numpy
- spacy>=3.5,<4
- pydantic<2
- python-dateutil
- python-dateutil>=2.8
- python-levenshtein
- requests
- pip>=22
Expand Down

0 comments on commit 67f8997

Please sign in to comment.