dependencies = [
"vambcore == 0.1.2",
"numpy == 1.26.4",
"torch == 2.6.0",
"pycoverm == 0.6.2",
"networkx == 3.4.2",
"scikit-learn == 1.6.1",
"dadaptation == 3.2",
"loguru == 0.7.3",
"pyhmmer == 0.10.15",
"pyrodigal == 3.6.3",
]
I'd like to use VAMB in some of my pipelines but the current dependency specifications are not flexible. Would it be possible to provide some ranges here?