We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61c94f commit 13b0440Copy full SHA for 13b0440
.github/workflows/benchmark.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- python: ["3.13"]
+ python: ["3.12"]
24
os: [ubuntu-latest]
25
26
env:
benchmarks/asv.conf.json
@@ -72,8 +72,7 @@
72
//
73
"matrix": {
74
"numpy": [""],
75
- "scipy": [""],
76
- "squidpy": [""]
+ "scipy": [""]
77
},
78
79
// Combinations of libraries/python versions can be excluded/included
0 commit comments