Closed ntanmayee closed 6 months ago
I downgraded my dependencies to what used to work before the poetry update. This is my pyproject.toml
file right now.
[tool.poetry.dependencies]
python = "^3.9"
joblib = "^1.1.0"
numpy = "^1.21.4"
pandas = "^1.5.1"
tqdm = "^4.62.0"
scikit-learn = "^1.0.2"
typer = {extras = ["all"], version = "^0.7.0"}
MACS2 = "^2.2.6"
matplotlib = "^3.5.2"
seaborn = "^0.12.0"
pyarrow = "^8.0.0"
I think dependencies can be downgraded further. Lower version of python also should work.
While running
poetry install
I getWhen I run
poetry lock [--no-update]
, I getI suspect that some dependencies can be downgraded.