We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ab61d commit 8004aa1Copy full SHA for 8004aa1
setup.cfg
@@ -28,11 +28,11 @@ install_requires =
28
lxml
29
networkx
30
# 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"
+ numpy<2.0; python_version<"3.10"
+ tables; python_version<"3.10"
33
# 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"
+ numpy; python_versio>="3.10"
+ tables>3.10; python_version>="3.10"
36
natsort
37
38
packages = find:
0 commit comments