Skip to content

Commit d5e9371

Browse files
authored
FIX: security flaw in numpy
1 parent ad08410 commit d5e9371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ license = "BSD-2-Clause"
1616
[tool.poetry.dependencies]
1717
python = ">=3.7, <3.11"
1818
numba = ">=0.47"
19-
numpy = "^1.18.1"
19+
numpy = "^1.22"
2020
tempita = "^0.5.2"
2121
scipy = "^1.4.1"
2222
packaging = "^21.3"

0 commit comments

Comments
 (0)