Skip to content

Commit 2348409

Browse files
committed
Fix setup.cfg
1 parent c60dee3 commit 2348409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ include_package_data = True
2727
python_requires = >=3.8
2828
install_requires =
2929
pandas
30-
numpy >= '1.20'
31-
numpy_groupies >= '0.9.19'
30+
numpy >= 1.20
31+
numpy_groupies >= 0.9.19
3232
toolz
3333

3434
[options.extras_require]

0 commit comments

Comments
 (0)