Skip to content

Commit

Permalink
Merge pull request #36 from jcapriot/jcapriot-numpy2.0-patch
Browse files Browse the repository at this point in the history
Update meta.yaml
  • Loading branch information
jcapriot authored Oct 28, 2024
2 parents f5110ee + 070978b commit ee3a4f5
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 @@ -9,7 +9,7 @@ source:
sha256: 7127399f5d1362fae9e31d4c55ab70a614238f5f7899b54003cfdba5ac23fa06

build:
number: 1
number: 2
noarch: python
script: {{ PYTHON }} -m pip install . --no-deps -vv

Expand All @@ -21,7 +21,7 @@ requirements:
- setuptools_scm >=8
run:
- python >=3.8
- numpy >=1.20
- numpy >=1.20,<2
- scipy >=1.8
- scikit-learn >=1.2
- pymatsolver >=0.2
Expand Down

0 comments on commit ee3a4f5

Please sign in to comment.