Skip to content

Commit

Permalink
CI: meant to test against joblib 1.4, not networkx 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
timwie committed Apr 10, 2024
1 parent b96636c commit 243b710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_deps_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
matrix:
python: ["3.10", "3.11", "3.12"]
aiohttp: ["3.9"]
joblib: ["1.3"]
networkx: ["3.0", "3.1", "3.2", "3.3", "3.4"]
joblib: ["1.3", "1.4"]
networkx: ["3.0", "3.1", "3.2", "3.3"]
numpy: ["1.23", "1.24", "1.25", "1.26"]
shapely: ["2.0"]
exclude:
Expand Down

0 comments on commit 243b710

Please sign in to comment.