python312Packages.influxdb3-python: add optional-dependencies
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
pythonOlder,
|
||||
reactivex,
|
||||
setuptools,
|
||||
pandas,
|
||||
polars,
|
||||
urllib3,
|
||||
}:
|
||||
|
||||
@@ -35,6 +37,15 @@ buildPythonPackage rec {
|
||||
urllib3
|
||||
];
|
||||
|
||||
optional-dependencies = {
|
||||
pandas = [ pandas ];
|
||||
polars = [ polars ];
|
||||
dataframe = [
|
||||
pandas
|
||||
polars
|
||||
];
|
||||
};
|
||||
|
||||
# Missing ORC support
|
||||
# https://github.com/NixOS/nixpkgs/issues/212863
|
||||
# nativeCheckInputs = [
|
||||
|
||||
Reference in New Issue
Block a user