loosened version requirements; added redshift history function; enabled Minerva to work using instance IAM role instead of explicit profile

This commit is contained in:
Ari Brown 2024-02-07 12:25:10 -05:00
parent 1e0b73eeaa
commit b453c9a515
3 changed files with 33 additions and 3 deletions

View file

@ -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"