Skip to content

Commit a1e4396

Browse files
committed
chore(deps): fix typo
1 parent 8004aa1 commit a1e4396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ install_requires =
3131
numpy<2.0; python_version<"3.10"
3232
tables; python_version<"3.10"
3333
# for py>3.10, specify minimum tables version and let that choose appropriate numpy
34-
numpy; python_versio>="3.10"
34+
numpy; python_version>="3.10"
3535
tables>3.10; python_version>="3.10"
3636
natsort
3737

0 commit comments

Comments
 (0)