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 2536a96 commit 339242aCopy full SHA for 339242a
.github/workflows/benchmark.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Configure ASV
57
working-directory: ${{ env.ASV_DIR }}
58
- run: asv machine --yes
+ run: asv machine --yes; cat "${{ env.ASV_DIR }}/constraints.txt"
59
60
- name: Quick benchmark run
61
benchmarks/constraints.txt
@@ -1,2 +1,3 @@
1
numpy>=2
2
scipy>=1.16
3
+spatialdata>=0.4
0 commit comments