Skip to content

Commit

Permalink
Updating conda environments
Browse files Browse the repository at this point in the history
- Limit pystac, because #106
- Don't use pip libs
  • Loading branch information
Kirill888 committed Mar 25, 2023
1 parent f49f9e2 commit 2edf6f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
# odc-stac dependencies
- odc-geo >=0.3.2
- rasterio >=1.3.3
- pystac >=1.0.0,<2
- pystac >=1.0.0,<1.7.0 # Change after fixing #106
- toolz
- xarray
# for reading with rasterio from s3
Expand Down
15 changes: 5 additions & 10 deletions tests/test-env-py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ dependencies:
- jinja2
- numpy
- pandas
- pystac
- pystac >=1.0.0,<1.7.0 # Change after fixing #106
- toolz
- dask ==2022.10.0
- xarray ==2022.10.0
- rasterio ==1.3.2
- rasterio >=1.3.3
- odc-geo

# For mypy
- types-python-dateutil
Expand All @@ -45,15 +46,9 @@ dependencies:

# dev (shed dependencies)
- autoflake
- black >=22.1.0
- black >=23.1.0
- isort
- pyupgrade
- libcst
- mypy
- pylint ==2.14.4

- pip =20
- pip:
# dev
- shed
- odc-geo ==0.3.0
- pylint ==2.14.4

0 comments on commit 2edf6f2

Please sign in to comment.