Skip to content

Commit fbb4f3b

Browse files
committed
Pin numpy to version 1 to fix pandas
For pandas versions before 2.2, pin numpy to version 1 [1]. This commit should fix CI for Python 3.9. [1] pandas-dev/pandas#55519
1 parent afd7f00 commit fbb4f3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers = [
2121
dependencies = [
2222
"jellyfish >=0.8.2, ==0.*",
2323
"opencv-python >=4.5, ==4.*",
24+
"numpy >=1.17.0, ==1.*",
2425
"pandas >=1.2.0, ==1.*",
2526
"scipy >=1.5.4, ==1.*",
2627
]

0 commit comments

Comments
 (0)