Skip to content

Commit

Permalink
fix: numpy version max
Browse files Browse the repository at this point in the history
  • Loading branch information
Shamzic committed Oct 9, 2024
1 parent 00d710e commit 9c07f07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ build:
requirements:
host:
- python
- numpy >=1.24.2,<2.0
- pip
run:
{% for req in data.get('install_requires', []) %}
- {{ req }}
{% endfor %}
# - python >=3.9,<4.0
# - OpenFisca-Core >=40,<41


test:
Expand Down

0 comments on commit 9c07f07

Please sign in to comment.