Skip to content

Commit

Permalink
restore requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Sep 30, 2024
1 parent 79d740b commit af49228
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile_CPU
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 4 additions & 8 deletions backend/api-requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -9,19 +9,15 @@ 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
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

0 comments on commit af49228

Please sign in to comment.