-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addressing NumPy security alert (#530)
- Loading branch information
1 parent
a46fa86
commit f4610ba
Showing
4 changed files
with
25 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ | |
Metadata describing an ARMI distribution. | ||
""" | ||
|
||
__version__ = "0.2.2" | ||
__version__ = "0.2.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
# See the discussion in docs\developer\tooling | ||
--prefer-binary | ||
# see https://github.com/numpy/numpy/issues/17726 | ||
# This is included in requirements.txt because it is not a semantic version | ||
# bound, but rather intended to avoid a bug in windows | ||
numpy<1.19.4 | ||
# see https://github.com/advisories/GHSA-6p56-wp2h-9hxr | ||
# This is included in requirements.txt because of a security alert numpy released | ||
numpy>=1.21 | ||
|
||
-e .[memprof] |