finally got streaming output working again

This commit is contained in:
Ari Brown 2024-10-18 14:23:27 -04:00
parent 95f87b2e3c
commit 6eb31cab1e
9 changed files with 115 additions and 54 deletions

View file

@ -18,12 +18,12 @@ minerva-console = "minerva.console:main"
[tool.poetry.dependencies]
python = ">3.9"
boto3 = "^1.34.0"
pyarrow = "^14.0.1"
pyarrow = "^16.0"
joblib = "^1.1.0"
fabric = "^3.0.0"
s3fs = ">2023.6.0"
mako = ">1.2.0"
dask = ">2023.11.0"
distributed = ">2023.11.0"
#dask = ">2023.11.0"
#distributed = ">2023.11.0"
pandas = ">2.0.0"
numpy = ">1.26.0"
numpy = ">2.0"