Skip to content

Commit

Permalink
Allow installation with Numpy 1.21.5+ (#1972)
Browse files Browse the repository at this point in the history
The underlying incompatibility issue is now resolved. Minimum version
requirement set to the oldest currently supported version according to
NEP-29.
  • Loading branch information
Anthchirp authored Jan 14, 2022
1 parent d984965 commit f099d4b
Show file tree
Hide file tree
Showing 4 changed files with 4 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.21
conda-forge::numpy>=1.19,<1.21|>=1.21.5
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.21
conda-forge::numpy>=1.19,<1.21|>=1.21.5
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.21
conda-forge::numpy>=1.19,<1.21|>=1.21.5
conda-forge::orderedset
conda-forge::pandas
conda-forge::pillow>=5.4.1
Expand Down
1 change: 1 addition & 0 deletions newsfragments/1972.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Once again allow installation with Numpy 1.21.5+ as the underlying incompatibility issue was identified and worked around.

0 comments on commit f099d4b

Please sign in to comment.