Does maturin support Python 'extra' dependencies (which are kind of like Rust's 'features')? #1835
-
Rust has a notion of features. I think Python as something similar via 'extra' dependencies. Users might be able to say:
to get the version of, for example, the bed-reader genomics package that depends on Python's Pooch package to retrieve large sample files. Does maturin support extra/features? -- Carl |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Use |
Beta Was this translation helpful? Give feedback.
Use
optional-dependencies
as specified by PEP 621: https://peps.python.org/pep-0621/#dependencies-optional-dependencies