NYCPlanning / data-engineering-qaqc

streamlit app for data engineering
https://edm-data-engineering.nycplanningdigital.com
1 stars 0 forks source link

adding 22v3 as a PLUTO version #226

Closed AmandaDoyle closed 1 year ago

SashaWeinstein commented 1 year ago

When I tried to test the code, I got this error Could not parse version constraint: plotly The source of this error is this line in pyproject.toml:

[tool.poetry.dependencies]
python = "^3.9"
pandas = "^1.4.3"
numpy = "^1.23.1"
streamlit = "plotly"
matplotlib = "^3.5.2"
python-abc = "^0.2.0"
numerize = "^0.12"

This seems clearly incorrect, software versions aren't words like that. I used the poetry CLI to update the streamlit version and then my local version of the app ran. Not really sure what's going on as this code works on the deployed app