File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -2,20 +2,19 @@ schema_version: 1
22
33context :
44 name : spikeinterface
5- version : 0.103.0
5+ version : 0.103.2
66 numpy_min : ${{ "2.0.0" if match(python_min, ">=3.13") else "1.2.0" }}
7- python_max : 4.0
87
98package :
109 name : ${{ name|lower }}
1110 version : ${{ version }}
1211
1312source :
1413 url : https://pypi.org/packages/source/${{ name[0] }}/${{ name }}/spikeinterface-${{ version }}.tar.gz
15- sha256 : 707cebd20994f32201ecace7241cbcbd7699a7e41e151d6a972f2858a003111d
14+ sha256 : 827be06b427fbf3b166742e723f7e4034543698a5b45dd932fb5dd857f09a2f1
1615
1716build :
18- number : 2
17+ number : 0
1918 script : ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
2019 noarch : python
2120
@@ -30,14 +29,13 @@ requirements:
3029 - threadpoolctl >=3.0.0
3130 - tqdm
3231 - zarr >=2.18,<3
33- - python-neo >=0.14.1
34- - probeinterface >=0.3.0
32+ - python-neo >=0.14.3
33+ - probeinterface >=0.3.1
3534 - packaging
3635 - pydantic
3736 - numcodecs <0.16.0
3837 run_constraints :
3938 - kilosort >=4.0.16
40- - python <${{ python_max }}
4139
4240tests :
4341 - python :
You can’t perform that action at this time.
0 commit comments