Skip to content

Commit 231f046

Browse files
authored
Update dependencies (#323)
1 parent ca46bd6 commit 231f046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ classifiers = [
1717
"Programming Language :: Python :: 3.12",
1818
]
1919
dependencies = [
20-
"pandas",
20+
"pandas>=1.5",
2121
"packaging>=21.3",
2222
"numpy>=1.22",
2323
"numpy_groupies>=0.9.19",
2424
"toolz",
25-
"scipy",
25+
"scipy>=1.9",
2626
]
2727
dynamic=["version"]
2828

0 commit comments

Comments
 (0)