Skip to content

Commit

Permalink
fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Verhaert committed Oct 21, 2024
1 parent f69057d commit ceda83e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 22 deletions.
22 changes: 0 additions & 22 deletions conda-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,8 @@ channels:
- conda-forge
dependencies:
- python=3.11.0
- click=8.1.*
- geopandas=0.14.*
- openeo=0.26.*
- psutil
- pyarrow=14.0.*
- pyarrow.parquet
- pydantic=2.5.*
- pyproj=3.6.*
- pystac[validation]=1.8.*
- rasterio=1.3.*
- requests==2.31.*
- requests-mock==1.11.*
- rio-stac=0.8.*
- shapely=2.0.*
- stac-validator=3.3.*
- stactools=0.5.*
- ipykernel
- jupyter
- pytest
- yarl=1.9.*
- pip
- pip:
- --extra-index-url https://artifactory.vgt.vito.be/artifactory/api/pypi/python-packages/simple
- terracatalogueclient==0.1.14
- requests_auth==7.0.*
- dynaconf==3.2.*
- -e .
24 changes: 24 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,30 @@ classifiers = [
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
dependencies = [
"click==8.1.*",
"dynaconf==3.2.*",
"geopandas==0.14.*",
"openeo==0.26.*",
"psutil",
"pyarrow==14.0.*",
"pydantic==2.5.*",
"pyproj==3.6.*",
"pystac[validation]==1.8.*",
"rasterio==1.3.*",
"requests==2.31.*",
"requests_auth==7.0.*",
"requests-mock==1.11.*",
"rio-stac==0.8.*",
"shapely==2.0.*",
"stac-validator==3.3.*",
"stactools==0.5.*",
"ipykernel",
"jupyter",
"pytest",
"yarl==1.9.*",
"universal_pathlib",
]
dynamic = ["version"]

[project.urls]
Expand Down

0 comments on commit ceda83e

Please sign in to comment.