Skip to content

Commit

Permalink
Add minimum dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Jan 17, 2024
1 parent f4d8a49 commit 3e195ae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ci/environment-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ dependencies:
- pytest
- pytest-cov
# DO NOT EDIT ABOVE THIS LINE, ADD DEPENDENCIES BELOW
- dask == 2023.2.0
- fsspec == 2023.1.0
- numpy == 1.21.0
- packaging == 21.3
- pandas == 1.4.0
- rasterio == 1.3.0
- rioxarray == 0.13.0
- xarray == 2023.02.0
- xarray-sentinel == 0.9.3
- xmlschema == 2.2.0

0 comments on commit 3e195ae

Please sign in to comment.