Skip to content

Commit 37c56cd

Browse files
committed
update to 0.103.2
The upper bound on the Python version removed in SpikeInterface/spikeinterface#4197. The minimum neo and probeinterface versions were bumped for 0.103.1 in SpikeInterface/spikeinterface#4188.
1 parent 56118a9 commit 37c56cd

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

recipe/recipe.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@ schema_version: 1
22

33
context:
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

98
package:
109
name: ${{ name|lower }}
1110
version: ${{ version }}
1211

1312
source:
1413
url: https://pypi.org/packages/source/${{ name[0] }}/${{ name }}/spikeinterface-${{ version }}.tar.gz
15-
sha256: 707cebd20994f32201ecace7241cbcbd7699a7e41e151d6a972f2858a003111d
14+
sha256: 827be06b427fbf3b166742e723f7e4034543698a5b45dd932fb5dd857f09a2f1
1615

1716
build:
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

4240
tests:
4341
- python:

0 commit comments

Comments
 (0)