Skip to content

Commit 8004aa1

Browse files
committed
fix(deps): correct dep specs
1 parent 15ab61d commit 8004aa1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ install_requires =
2828
lxml
2929
networkx
3030
# tables 3.10+ support numpy2x, but no wheels are provided for py<3.10
31-
numpy<2.0; python<"3.10"
32-
tables; python<"3.10"
31+
numpy<2.0; python_version<"3.10"
32+
tables; python_version<"3.10"
3333
# for py>3.10, specify minimum tables version and let that choose appropriate numpy
34-
numpy; python>="3.10"
35-
tables>3.10; python>="3.10"
34+
numpy; python_versio>="3.10"
35+
tables>3.10; python_version>="3.10"
3636
natsort
3737

3838
packages = find:

0 commit comments

Comments
 (0)