Skip to content

Commit

Permalink
Fix Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderJuestel committed Jul 22, 2024
1 parent 15ca7b6 commit 654b9ac
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
6 changes: 6 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ dependencies:
- python>=3.11
# geopandas will also install numpy, pandas, shapely, pyogrio, and pyproj
- geopandas>=1.0.1
- shapely>=2.0.5
- pandas>=2.2.2
- numpy>=2.0.1
- affine>=2.4.0
- pyproj>=3.6.1
# rasterio will also install affine
- rasterio>=1.3.10
# pyvista also install pooch and matplotlib
- pyvista>=0.44.1
- matplotlib>=3.9.1
- gemgis>=1.1
10 changes: 8 additions & 2 deletions environment_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ dependencies:
- python>=3.11
# geopandas will also install numpy, pandas, shapely, pyogrio, and pyproj
- geopandas>=1.0.1
- shapely>=2.0.5
- pandas>=2.2.2
- numpy>=2.0.1
- affine>=2.4.0
- pyproj>=3.6.1
# rasterio will also install affine
#- rasterio>=1.3.8 will be installed through rioxarray
- rasterio>=1.3.10
# pyvista also install pooch and matplotlib
#- pyvista>=0.42.2 will be installed through pvgeo
- pyvista>=0.44.1
- matplotlib>=3.9.1
- gemgis>=1.1
- rioxarray
- scipy
Expand Down
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,14 @@ classifiers = [
# These dependencies will automatically install other packages like numpy, pandas or matplotlib
dependencies = [
'geopandas',
'shapely'
'pandas',
'numpy',
'affine',
'pyproj',
'rasterio',
'pyvista',
'matplotlib',
]

[project.optional-dependencies]
Expand Down
10 changes: 8 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Requirements as of July 2024

# geopandas will also install numpy, pandas, shapely, fiona, and pyproj
# geopandas will also install numpy, pandas, shapely, pyogrio, and pyproj
geopandas>=1.0.1
shapely>=2.0.5
pandas>=2.2.2
numpy>=2.0.1
pyproj>=3.6.1

# rasterio will also install affine
rasterio>=1.3.10
affine>=2.4.0

# pyvista also install pooch and matplotlib
pyvista>=0.44.1
pyvista>=0.44.1
matplotlib>=3.9.1

0 comments on commit 654b9ac

Please sign in to comment.