Skip to content

Commit

Permalink
Unpin shapely in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Feb 7, 2024
1 parent 5edffd7 commit 70b6192
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/subsurface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
if [[ $(pip freeze) ]]; then
pip freeze | grep -vw "pip" | xargs pip uninstall -y
fi
pip install "shapely<2"
pip install "bleach<5" # https://github.com/equinor/webviz-config/issues/586
pip install "werkzeug<2.1" # ...while waiting for https://github.com/plotly/dash/issues/1992
pip install "selenium<4.3" # breaking change in selenium==4.3
Expand Down

0 comments on commit 70b6192

Please sign in to comment.