Skip to content

Commit

Permalink
BLD: add <3.13 pin again - this is required, conda-forge-bot
Browse files Browse the repository at this point in the history
We can't even import `pint` in 3.13 due to bug in pint
hgrecco/pint#2065 - which means we can't build
with it here.
  • Loading branch information
ken-lauer committed Oct 23, 2024
1 parent ae9f0e9 commit 34e51ae
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.9
- python >=3.9,<3.13
- pip
- setuptools
run:
- python >=3.9
- python >=3.9,<3.13
- h5py
- matplotlib-base
- numpy
Expand Down

0 comments on commit 34e51ae

Please sign in to comment.