Skip to content

Commit 06778e6

Browse files
committed
Fixing python 3.9 installation issue
1 parent bc64a1c commit 06778e6

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
@@ -49,7 +49,7 @@ matplotlib = [
4949
]
5050
numpy = [
5151
{version = "^2", python ="^3.9"},
52-
{version = "<2,", python ="<3.9"}
52+
{version = "<2,", python ="<=3.9"}
5353
]
5454
importlib_resources = [
5555
{version = ">6", python=">=3.9,<=3.10"}

0 commit comments

Comments
 (0)