Skip to content

Commit

Permalink
.yml -> .yaml and numpy versioning
Browse files Browse the repository at this point in the history
- Changed yaml extension names to yaml
- Included a specific version of numpy (1.26.4), which is just the last version before it switched to 2.0. There were some errors with numpy v2.0 that we found. Doing this for only the environment-source.yaml since the environment.yaml didn't need it
  • Loading branch information
shousner committed Sep 11, 2024
1 parent 098d605 commit 4f43b94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment-source.yml → environment-source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:

dependencies:
- matplotlib
- numpy
- numpy==1.26.4
- openmdao > 3.30
- pip
- python
Expand Down
File renamed without changes.

0 comments on commit 4f43b94

Please sign in to comment.