Skip to content

Commit

Permalink
Pin numpy to v1.17 (#1278)
Browse files Browse the repository at this point in the history
* Pin numpy to v1.18

* Pin numpy to v1.17

* Pin numpy to v1.16

* Try numpy 1.19 forcing openblas
  • Loading branch information
epassaro authored Aug 24, 2020
1 parent b94f292 commit a71dce6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tardis_env3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ channels:
dependencies:
- python=3
- pip
- numpy=1.19.0
- numpy=1.19
- scipy=1.5
- pandas=1.0
- astropy=3
- numba=0.50
- numexpr
- Cython=0.29
- compilers
- blas=*=openblas

# Plasma
- networkx
Expand Down

0 comments on commit a71dce6

Please sign in to comment.