forked from bellwether/minerva
finally got streaming output working again
This commit is contained in:
parent
95f87b2e3c
commit
6eb31cab1e
9 changed files with 115 additions and 54 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue