Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare docker alpine to 3.15 #343

Merged
merged 5 commits into from
Apr 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 11 additions & 21 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
boto3>=1.6.6
colorlog>=4.2.1
docutils==0.15
Flask>=0.12.3
# Flask>=0.12.3
Flask==1.1.4 # TODO: remove when #345 is fixed
Flask-HTTPAuth>=3.2.3
Flask-RESTful>=0.3.6
flask-restful-swagger-2
Flask-Cors>=3.0.3
fluent-logger>=0.9.4
google-cloud>=0.32.0
google-cloud-bigquery>=0.28.0
google-cloud-bigquery<=3.0.0
google-cloud-storage>=1.6.0
gunicorn>=19.9.0
joblib==0.15.1
MarkupSafe==2.0.1 # TODO: remove when #345 is fixed
matplotlib==3.3.4
passlib>=1.7.1
ply>=3.11
psutil>=5.7.0
pyproj==2.6
python-json-logger
python-magic>=0.4.15
# scikit-learn
Sphinx>=1.7.1
threadpoolctl==2.1.0
redis>=2.10.6
Expand All @@ -33,10 +33,10 @@ wheel
geopandas
rasterio==1.2.10
pystac==0.5.6

# not yet ready for py3.8 https://github.com/pytorch/pytorch/issues/29090
# torch
# torchvision
# required for running i.sentinel.download from GCS:
pandas
sentinelsat
tqdm

# geopandas installs numpy, pandas, pyproj and Shapely as dependencies.
# we keep numpy, pandas and Shapely to it but need to pin pyproj version
Expand All @@ -45,17 +45,7 @@ pystac==0.5.6
# pandas
# Shapely

# TODO: test because of major updates:
# Flask-1.1.1 #https://dormousehole.readthedocs.io/en/stable/CHANGES.html
# google_cloud_bigquery-1.23.0
# Sphinx-2.2.2
# redis-3.3.11
# rq-1.1.0

# scikit-learn hints:
# not installed with pip, but with apk in
# actinia-docker/actinia-alpine/Dockerfile_alpine_dependencies
# TODO: remove threadpoolctl and joblib if not needed anymore for scikit-learn
# google-cloud-bigquery needs libffi-dev

# required for running i.sentinel.download from GCS:
pandas
sentinelsat
tqdm