TOCHERRY: into #486, add polars/apache deps for nix

basic_buy_bot
Tyler Goodlet 2023-06-13 15:23:46 -04:00
parent 937d8c410d
commit 5251561e20
1 changed files with 13 additions and 3 deletions

View File

@ -6,12 +6,22 @@ stdenv.mkDerivation {
# System requirements.
readline
# Python requirements (enough to get a virtualenv going).
python310Full
# TODO: hacky non-poetry install stuff we need to get rid of!!
virtualenv
setuptools
pyqt5
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;
shellHook = ''