Skip to content

Commit ad38f6a

Browse files
Logenleedevbehackl
andauthored
Increased minimum required version of numpy to 1.19 (#2680)
* Add new troubleshooting guide under 'Other Errors' section * update numpy version in pyproject.toml * update lock file Co-authored-by: Benjamin Hackl <[email protected]>
1 parent 999d81e commit ad38f6a

File tree

2 files changed

+22
-85
lines changed

2 files changed

+22
-85
lines changed

poetry.lock

Lines changed: 21 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ python = ">=3.7,<3.11"
3030
click = ">=7.2<=9.0"
3131
click-default-group = "^1.2.2"
3232
colour = "^0.1.5"
33-
numpy = "^1.9"
33+
numpy = "^1.19"
3434
Pillow = ">=8.4,<10.0"
3535
scipy = "^1.7.3"
3636
tqdm = "^4.62.3"

0 commit comments

Comments
 (0)