Skip to content

Commit 45c9d4c

Browse files
committed
Fixing failures
1 parent 31b5de5 commit 45c9d4c

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/test-bench.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
test-bench-job:
1313
runs-on: ubuntu-22.04
1414
strategy:
15-
fail-fast: false
1615
matrix:
1716
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1817
steps:

.github/workflows/test-unit.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
test-unit-job:
1313
runs-on: ubuntu-22.04
1414
strategy:
15-
fail-fast: false
1615
matrix:
1716
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1817
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"matplotlib>=3.3.4,<4.0.0",
2929
"networkx>=2.5,<3.0.0",
3030
"igraph>=0.11.8,<0.12.0",
31-
"numba>=0.54,<0.60",
31+
"numba>=0.54,<0.62",
3232
"pyvis>=0.3.2,<0.4.0",
3333
"plotly>=6.0.1,<7.0.0",
3434
"joblib>=1.4.2,<2.0.0",

0 commit comments

Comments
 (0)