Skip to content

Commit

Permalink
Bump test env dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill888 committed Oct 17, 2023
1 parent 15fc332 commit 40a4cb9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/test-env-py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ dependencies:
# odc-geo dependencies, optional also
- pyproj
- shapely >=2.0.1
- rasterio
- rasterio >=1.3.7
- xarray
- numpy
- dask
- dask >=2023.5.0
- cachetools
- tifffile
- tifffile >=2023.7.10
- glymur

## linting tools
- autopep8
- autoflake
- black >=23.1.0
- black >=23.7.0
- isort
- mypy
- pycodestyle
- pylint =2.14
- pylint =2.17
- types-cachetools
- types-certifi

Expand Down

0 comments on commit 40a4cb9

Please sign in to comment.