File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,11 @@ classifiers = [
1616 " Topic :: Scientific/Engineering :: Bio-Informatics"
1717]
1818dependencies = [
19+ " pkg_infra @ git+https://github.com/saezlab/pkg_infra.git@main" ,
20+ " download-manager @ git+https://github.com/saezlab/download-manager.git@main" ,
21+ " narwhals>=1.9" ,
1922]
23+
2024description = " The new implementation for the OmniPath Python client"
2125license = " BSD-3-Clause"
2226maintainers = [
@@ -28,6 +32,10 @@ requires-python = ">=3.10"
2832version = " 0.0.1"
2933
3034[project .optional-dependencies ]
35+ polars = [" polars>=0.20.0" ]
36+ pandas = [" pandas>=1.5" ]
37+ pyarrow = [" pyarrow>=10" ]
38+ annnet = [" annnet" ]
3139dev = [
3240 " distlib" ,
3341 " pre-commit" ,
@@ -182,3 +190,6 @@ section-order = [
182190
183191[tool .ruff .lint .pydocstyle ]
184192convention = " google"
193+
194+ [tool .hatch .metadata ]
195+ allow-direct-references = true
You can’t perform that action at this time.
0 commit comments