python311Packages.dask: provide dataframe extra for tests
Tests would previously error out with: > ImportError: Dask dataframe requirements are not installed.
This commit is contained in:
parent
49a820eae1
commit
7d52ac6d83
1 changed files with 3 additions and 1 deletions
|
@ -98,7 +98,9 @@ buildPythonPackage rec {
|
|||
# from panda[test]
|
||||
hypothesis
|
||||
pytest-asyncio
|
||||
] ++ lib.optionals (!arrow-cpp.meta.broken) [ # support is sparse on aarch64
|
||||
]
|
||||
++ passthru.optional-dependencies.dataframe
|
||||
++ lib.optionals (!arrow-cpp.meta.broken) [ # support is sparse on aarch64
|
||||
pyarrow
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue