Skip to content

Commit

Permalink
pin fiona to 1.9.6 to fix geopandas (skyportal#5251)
Browse files Browse the repository at this point in the history
* pin fiona to 1.9.6 to fix geopandas, which currently breaks the migration tests (by causing the make load_demo_data to fail)
  • Loading branch information
Theodlz authored Sep 6, 2024
1 parent 2432ebd commit c2019aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_migrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ jobs:
make dependencies
pip install black
pip install fiona==1.9.6 # 1.10.0 breaks geopandas
- name: Save current Alembic head on main
run: |
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ scipy==1.13.1
pandas==2.2.0
dask==2024.5.2
geopandas==1.0.1
fiona==1.9.6
intervals==0.9.2
joblib==1.4.2
seaborn==0.13.2
Expand Down

0 comments on commit c2019aa

Please sign in to comment.