Skip to content

Commit

Permalink
Unpin numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
webb-ben committed Jul 23, 2024
1 parent aa300a2 commit 6e5ebb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
postgresql db: 'test'
- name: Run pygeoapi
run: |
docker run -d -it --rm -p 5000:80 $(docker build -q .)
docker run -d -it --name pygeoapi -p 5000:80 $(docker build -q .)
docker logs pygeoapi
- name: Install requirements 📦
run: |
pip3 install https://github.com/geopython/pygeoapi/archive/refs/heads/master.zip
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pygeoapi
geoalchemy
geopandas
numpy<2.0.0
numpy
psycopg2
pygeofilter[backend-sqlalchemy]
requests
Expand Down

0 comments on commit 6e5ebb0

Please sign in to comment.