Skip to content

Commit

Permalink
restrict numpy to 1.20, cctbx/cctbx_project#627
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthchirp committed Jun 23, 2021
1 parent a3a2aaa commit d5f70f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .conda-envs/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ conda-forge::matplotlib-base>=3.0.2
conda-forge::mrcfile
conda-forge::msgpack-c
conda-forge::msgpack-python
conda-forge::numpy>=1.16
conda-forge::numpy<1.21
conda-forge::orderedset
conda-forge::pandas
conda-forge::pillow>=5.4.1
Expand Down
2 changes: 1 addition & 1 deletion .conda-envs/macos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ conda-forge::matplotlib-base>=3.0.2
conda-forge::mrcfile
conda-forge::msgpack-c
conda-forge::msgpack-python
conda-forge::numpy>=1.16
conda-forge::numpy<1.21
conda-forge::orderedset
conda-forge::pandas
conda-forge::pillow>=5.4.1
Expand Down
2 changes: 1 addition & 1 deletion .conda-envs/windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ conda-forge::matplotlib-base>=3.0.2
conda-forge::mrcfile
conda-forge::msgpack-c
conda-forge::msgpack-python
conda-forge::numpy>=1.16
conda-forge::numpy<1.21
conda-forge::orderedset
conda-forge::pandas
conda-forge::pillow>=5.4.1
Expand Down

0 comments on commit d5f70f5

Please sign in to comment.