Skip to content

Commit

Permalink
simplify deprecated package requirements (sentinel-hub#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
zigaLuksic authored Sep 6, 2023
1 parent 8b003ad commit 1d5cd9c
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 47 deletions.
2 changes: 0 additions & 2 deletions core/requirements-zarr.txt

This file was deleted.

10 changes: 1 addition & 9 deletions core/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
boto3
fs
fs-s3fs
geopandas>=0.11.0
numpy>=1.20.0
python-dateutil
sentinelhub>=3.9.0
tqdm>=4.27
typing-extensions
eo-learn[ALL]
1 change: 0 additions & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def get_version():
install_requires=parse_requirements("requirements.txt"),
extras_require={
"RAY": parse_requirements("requirements-ray.txt"),
"ZARR": parse_requirements("requirements-zarr.txt"),
},
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down
3 changes: 1 addition & 2 deletions coregistration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# using headless version of opencv, otherwise gitlab runners fail
opencv-python-headless
eo-learn[ALL]
9 changes: 1 addition & 8 deletions features/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
numba>=0.53.0
numpy
pillow>=9.1.0
python-dateutil
scikit-image>=0.19.0
scikit-learn
scipy
typing-extensions
eo-learn[ALL]
5 changes: 1 addition & 4 deletions geometry/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
geopandas>=0.8.1
rasterio>=1.2.7, <1.3.8
scikit-image>=0.15.0
shapely
eo-learn[ALL]
8 changes: 1 addition & 7 deletions io/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
affine
boto3
fiona>=1.8.18
geopandas>=0.8.1
rasterio>=1.2.7, <1.3.8
sentinelhub>=3.8.0
typing-extensions
eo-learn[ALL]
9 changes: 1 addition & 8 deletions mask/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
# using headless version of opencv, otherwise gitlab runners fail
lightgbm>=2.0.11, <4
numpy
opencv-python-headless
s2cloudless
scikit-image>=0.13.0
sentinelhub
typing-extensions
eo-learn[ALL]
3 changes: 1 addition & 2 deletions ml_tools/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
numpy
shapely
eo-learn[ALL]
5 changes: 1 addition & 4 deletions visualization/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
graphviz>=0.10.1
jinja2
matplotlib
pygments
eo-learn[ALL]

0 comments on commit 1d5cd9c

Please sign in to comment.