Skip to content

Commit

Permalink
FIX: Update setup.py to have all the needed dependencies listed in re…
Browse files Browse the repository at this point in the history
…quirements.txt #9
  • Loading branch information
remi-braun committed Jan 22, 2024
1 parent f0cc9f7 commit ddbf92e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 9 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 1.34.x (2024-MM-DD)

- FIX: Update `setup.py` to have all the needed dependencies listed in `requirements.txt` ([#9](https://github.com/sertit/sertit-utils/issues/9))

## 1.34.1 (2024-01-17)

- FIX: Update `arcpy.init_conda_arcpy_env` to fix new issues (`GDAL` `InvalidVersion` when writing on disk with `geopandas` using `fiona`'s engine)
Expand Down Expand Up @@ -202,7 +206,7 @@

## 1.21.0 (2022-12-13)

- **ENH: Add the possibility to load an image/geo window in `rasters(_rio).read`** ([#1](https://github.com/sertit/eoreader/issues/1))
- **ENH: Add the possibility to load an image/geo window in `rasters(_rio).read`** ([#1](https://github.com/sertit/sertit-utils/issues/1))

## 1.20.3 (2022-11-30)

Expand Down
23 changes: 16 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,25 @@ tempenv
# Deploy
twine

# Libs for all platforms
cloudpathlib[all]>=0.10.0
dill
# -- Libs for all platforms
# Base
tqdm
psutil
lxml
dill
psutil
geopandas>=0.11.0
cloudpathlib[all]>=0.10.0
xarray>=0.18.0
shapely >= 2.0.0

# Colorlog
colorlog

# rasters_rio
rasterio>=1.3.0
xarray>=0.18.0

# rasters
rioxarray>=0.4.0
geopandas>=0.11.0

# dask
dask[complete]>=2021.10.0
shapely >= 2.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dill",
"psutil",
"geopandas>=0.11.0",
"cloudpathlib[all]",
"cloudpathlib[all]>=0.10.0",
"xarray>=0.18.0",
],
extras_require={
Expand Down

0 comments on commit ddbf92e

Please sign in to comment.