TOCHERRY: into #486, add polars/apache deps for nix
parent
937d8c410d
commit
5251561e20
16
develop.nix
16
develop.nix
|
@ -6,12 +6,22 @@ stdenv.mkDerivation {
|
||||||
# System requirements.
|
# System requirements.
|
||||||
readline
|
readline
|
||||||
|
|
||||||
# Python requirements (enough to get a virtualenv going).
|
# TODO: hacky non-poetry install stuff we need to get rid of!!
|
||||||
python310Full
|
|
||||||
virtualenv
|
virtualenv
|
||||||
setuptools
|
setuptools
|
||||||
pyqt5
|
|
||||||
pip
|
pip
|
||||||
|
|
||||||
|
# obviously, and see below for hacked linking
|
||||||
|
pyqt5
|
||||||
|
|
||||||
|
# Python requirements (enough to get a virtualenv going).
|
||||||
|
python310Full
|
||||||
|
|
||||||
|
# numerics deps
|
||||||
|
python310Packages.python-Levenshtein
|
||||||
|
python310Packages.fastparquet
|
||||||
|
python310Packages.polars
|
||||||
|
|
||||||
];
|
];
|
||||||
src = null;
|
src = null;
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
|
|
Loading…
Reference in New Issue