forked from bellwether/minerva
fixed repartition
This commit is contained in:
parent
e3055333b3
commit
5e604f07f7
4 changed files with 10 additions and 8 deletions
|
|
@ -16,7 +16,7 @@ readme = "README.md"
|
|||
minerva-console = "minerva.console:main"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">3.9, <3.12"
|
||||
python = ">3.9"
|
||||
boto3 = "^1.34.0"
|
||||
pyarrow = "^14.0.1"
|
||||
joblib = "^1.1.0"
|
||||
|
|
@ -25,3 +25,5 @@ s3fs = ">2023.6.0"
|
|||
mako = ">1.2.0"
|
||||
dask = ">2023.11.0"
|
||||
distributed = ">2023.11.0"
|
||||
pandas = ">2.0.0"
|
||||
numpy = ">1.26.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue