Skip to content

Commit

Permalink
Add requirements in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Jul 19, 2023
1 parent 45b615e commit 6c49433
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,24 @@
long_description=readme,
long_description_content_type="text/markdown",
packages=setuptools.find_packages(),
install_requires=["eoreader>0.20.0", "sertit[full]>=1.27.3"],
install_requires=[
"lxml",
"h5netcdf",
"scipy",
"rasterio>=1.3.0",
"xarray>=0.18.0",
"rioxarray>=0.10.0",
"geopandas>=0.11.0",
"spyndex>=0.3.0",
"pyresample",
"zarr",
"rtree",
"validators",
"methodtools",
"dicttoxml",
"eoreader>0.20.0",
"sertit[full]>=1.27.3",
],
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 6c49433

Please sign in to comment.