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 6cb0473 commit 8858fe7Copy full SHA for 8858fe7
1 file changed
setup.cfg
@@ -49,10 +49,11 @@ python_requires = >=3.9
49
# For more information, check out https://semver.org/.
50
install_requires =
51
importlib-metadata; python_version<"3.8"
52
- biocframe>=0.6.2
53
- iranges>=0.5.4
54
- biocutils>=0.2.1
+ biocframe>=0.7.1
+ iranges>=0.7.0
+ biocutils>=0.3.1
55
numpy
56
+ compressed_lists>=0.4.0
57
58
[options.packages.find]
59
where = src
0 commit comments