Skip to content

Commit

Permalink
make sure numpy 2.0 is not installed yet
Browse files Browse the repository at this point in the history
Version lock numpy to the last <2 version, until other packages catch up.
  • Loading branch information
kfir4444 committed Jun 23, 2024
1 parent 3631196 commit 53d3a25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devtools/sella_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- pyyaml
- pandas
- ncurses
- numpy==1.26.4
- pip:
- sella
- typing-extensions

0 comments on commit 53d3a25

Please sign in to comment.