Skip to content

Commit

Permalink
Fix NumPy version to < 2.0 (#6)
Browse files Browse the repository at this point in the history
* Fix NumPy version to < 2.0

* Typo fixed
  • Loading branch information
m-decoster authored Jun 26, 2024
1 parent e146b1a commit 0a03845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- python=3.10
- pip
- pip:
- numpy
- numpy==1.26.4
- pytest
- pre-commit
- mypy
Expand Down

0 comments on commit 0a03845

Please sign in to comment.