Skip to content

Commit 13b0440

Browse files
committed
remove squidpy itself from the dependencies. and reduce the ypthon version
1 parent f61c94f commit 13b0440

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python: ["3.13"]
23+
python: ["3.12"]
2424
os: [ubuntu-latest]
2525

2626
env:

benchmarks/asv.conf.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@
7272
//
7373
"matrix": {
7474
"numpy": [""],
75-
"scipy": [""],
76-
"squidpy": [""]
75+
"scipy": [""]
7776
},
7877

7978
// Combinations of libraries/python versions can be excluded/included

0 commit comments

Comments
 (0)