Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #289 from hotosm/hotfix/dependant_bots_issue
Browse files Browse the repository at this point in the history
Added library versions
  • Loading branch information
kshitijrajsharma authored Aug 1, 2022
2 parents afb3eaf + 71e464a commit 383f7fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Unit-Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
run: |
sudo apt-get update
sudo apt install postgis postgresql-12-postgis-3
- name: Install gdal
run: |
sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
sudo apt-get update
sudo apt-get install gdal-bin libgdal-dev
- name: Install Dependencies
run: |
Expand Down
5 changes: 1 addition & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ itsdangerous==2.0.1
pytest == 3.7
testing.postgresql==1.3.0
pandas == 1.3.4
# numpy == 1.22
geojson == 2.5.0
# Used for new relic monitoring
newrelic == 7.2.4.171
Expand All @@ -26,10 +25,8 @@ sphinx_rtd_theme==1.0.0
sphinx==4.2.0
area==1.1.1
orjson==3.6.7
# pagination
# fastapi-pagination==0.9.1
boto3==1.24.38
Fiona==1.8.21
fastapi-versioning==0.10.0
#gdal and ogr2ogr is required on the machine to run rawdata endpoint
# gdal == 3.3.2
gdal == 3.3.2

0 comments on commit 383f7fd

Please sign in to comment.