Skip to content

Commit

Permalink
downgrade numpy to 1.21 for downstream compat
Browse files Browse the repository at this point in the history
  • Loading branch information
ahirner committed Apr 16, 2022
1 parent 1a630d6 commit b917fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/python-base/environment.yml
Expand Up @@ -12,7 +12,7 @@ dependencies:
- mkl=2022.0
- mkl-include=2022.0
- ninja
- numpy=1.22.1
- numpy=1.21.6
- python=3.8
- pyyaml=5.4.1
- requests
Expand Down

0 comments on commit b917fbd

Please sign in to comment.