Skip to content

Commit

Permalink
Merge pull request #4755 from plotly/fix-failing-tests
Browse files Browse the repository at this point in the history
Fix failing tests + remove old test files
  • Loading branch information
LiamConnors authored Sep 9, 2024
2 parents 3719c68 + cae1f81 commit 8549715
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 63 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -617,4 +617,3 @@ workflows:
- python_39_percy
- python_312_no_numpy
- build-doc

Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ipywidgets==8.0.2
ipykernel==5.5.3
jupyter==1.0.0
scipy==1.11.4
Shapely==1.8.5
geopandas==0.9.0
Shapely==2.0.2
geopandas==0.14.4
pyshp==2.1.3
matplotlib==3.8.0
scikit-image==0.22.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ipywidgets==8.0.2
ipykernel==5.5.3
jupyter==1.0.0
scipy==1.11.4
Shapely==1.8.5
geopandas==0.9.0
Shapely==2.0.2
geopandas==0.14.4
pyshp==2.1.3
matplotlib==3.8.0
scikit-image==0.22.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ipykernel==5.5.3
jupyter==1.0.0
scipy==1.11.4
Shapely==2.0.2
geopandas==0.14.2
geopandas==0.14.4
pyshp==2.3.1
matplotlib==3.8.2
scikit-image==0.22.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ipykernel==5.5.3
jupyter==1.0.0
scipy==1.11.4
Shapely==2.0.2
geopandas==0.14.2
geopandas==0.14.4
pyshp==2.3.1
matplotlib==3.8.2
scikit-image==0.22.0
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ ipywidgets==8.0.2
ipykernel==5.5.3
jupyter==1.0.0
scipy==1.6.2
Shapely==1.7.1
geopandas==0.9.0
Shapely==2.0.2
geopandas==0.13.2
fiona<=1.9.6
pyshp==2.1.3
matplotlib==3.7.3
scikit-image==0.18.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ ipywidgets==8.0.2
ipykernel==5.5.3
jupyter==1.0.0
scipy==1.6.2
Shapely==1.7.1
geopandas==0.9.0
Shapely==2.0.2
geopandas==0.13.2
fiona<=1.9.6
pyshp==2.1.3
matplotlib==3.8.0
scikit-image==0.18.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ipywidgets==8.0.2
ipykernel==5.5.3
jupyter==1.0.0
scipy==1.6.2
Shapely==1.7.1
geopandas==0.9.0
Shapely==2.0.2
geopandas==0.14.4
pyshp==2.1.3
matplotlib==3.8.0
scikit-image==0.18.1
Expand Down

0 comments on commit 8549715

Please sign in to comment.