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 skip :
@@ -32,14 +31,13 @@ requirements:
3231 - threadpoolctl >=3.0.0
3332 - tqdm
3433 - zarr >=2.18,<3
35- - python-neo >=0.14.1
36- - probeinterface >=0.3.0
34+ - python-neo >=0.14.3
35+ - probeinterface >=0.3.1
3736 - packaging
3837 - pydantic
3938 - numcodecs <0.16.0
4039 run_constraints :
4140 - kilosort >=4.0.16
42- - python <${{ python_max }}
4341
4442tests :
4543 - python :
You can’t perform that action at this time.
0 commit comments