diff --git a/backend/Dockerfile_CPU b/backend/Dockerfile_CPU index 350a9a12..b6921403 100644 --- a/backend/Dockerfile_CPU +++ b/backend/Dockerfile_CPU @@ -17,7 +17,7 @@ RUN pip install --global-option=build_ext --global-option="-I/usr/include/gdal" COPY docker/ramp/docker-requirements.txt /tmp/docker-requirements.txt RUN pip install -r /tmp/docker-requirements.txt -# RUN pip install --upgrade pip + RUN pip install --upgrade setuptools COPY requirements.txt /tmp/requirements.txt diff --git a/backend/api-requirements.txt b/backend/api-requirements.txt index 1f9c48c2..0b047bea 100644 --- a/backend/api-requirements.txt +++ b/backend/api-requirements.txt @@ -1,6 +1,6 @@ django==4.1.4 # gdal==3.6.2 -psycopg2-binary ### Fix this and migrate to stable psycopg2 , this is temp workaround +psycopg2 djangorestframework==3.14.0 djangorestframework-gis==1.0 dj-database-url==1.2.0 @@ -9,7 +9,7 @@ drf-yasg==1.21.4 django-environ==0.9.0 # used for environment django-filter==22.1 django-cors-headers==3.13.0 # used for enabling cors when frontend is hosted on different server / origin -# osm-login-python==1.0.0 +osm-login-python==0.0.2 celery==5.2.7 redis==4.4.0 django_celery_results==2.4.0 @@ -17,11 +17,7 @@ flower==1.2.0 validators==0.20.0 gpxpy==1.5.0 geojson2osm==0.0.1 -osmconflator==0.0.11 +osmconflator==0.0.9 orthogonalizer==0.0.4 fairpredictor==0.0.26 - -rasterio==1.3.8 -numpy<2.0.0 - - +tflite-runtime==2.14.0 \ No newline at end of file