Skip to content

Commit

Permalink
TOCHERRY: into #486, add polars/apache deps for nix
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Jun 13, 2023
1 parent eb970b6 commit 641726b
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions develop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 641726b

Please sign in to comment.