forked from bellwether/minerva
loosened version requirements; added redshift history function; enabled Minerva to work using instance IAM role instead of explicit profile
This commit is contained in:
parent
1e0b73eeaa
commit
b453c9a515
3 changed files with 33 additions and 3 deletions
|
|
@ -17,11 +17,11 @@ minerva-console = "minerva.console:main"
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">3.9, <3.12"
|
||||
boto3 = "^1.26.161"
|
||||
boto3 = "^1.34.0"
|
||||
pyarrow = "^14.0.1"
|
||||
joblib = "^1.1.0"
|
||||
fabric = "^3.0.0"
|
||||
s3fs = "2023.6.0"
|
||||
s3fs = ">2023.6.0"
|
||||
mako = ">1.2.0"
|
||||
dask = ">2023.11.0"
|
||||
distributed = ">2023.11.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue