Skip to content

Commit

Permalink
hard pin upper scipy on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Mar 12, 2024
1 parent 1add62c commit 053edb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments/environment-MAC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- jsonschema = 4.18.0 # installs jsonschema-specifications
- pip
- pip:
- scipy @ git+https://github.com/scipy/scipy.git # Fix needed for scipy._lib._testutils
- scipy<1.12.0 # Fix needed for scipy._lib._testutils
- chardet == 5.1.0
- configparser == 6.0.0
- flask == 2.3.2
Expand Down

0 comments on commit 053edb5

Please sign in to comment.