Skip to content

Commit

Permalink
update minimum Python version to 3.9
Browse files Browse the repository at this point in the history
Support for Python 3.8 was dropped in 0.101.1.

For more information, see:
SpikeInterface/spikeinterface#3267
  • Loading branch information
dhmjhu authored Sep 17, 2024
1 parent 459367f commit 353482d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ build:

requirements:
host:
- python >=3.8,<4.0
- python >=3.9,<4.0
- setuptools >=62.0
- pip
run:
- python >=3.8,<4.0
- python >=3.9,<4.0
- numpy >=1.20,<2.0
- threadpoolctl >=3.0.0
- tqdm
Expand Down

0 comments on commit 353482d

Please sign in to comment.