temp probability density plot

This commit is contained in:
2022-10-27 12:01:35 -07:00
parent d10665fd67
commit f83a98ffe0
5 changed files with 102 additions and 9 deletions

View File

@@ -11,6 +11,9 @@ gunicorn = "*"
werkzeug = "*"
pyyaml = "*"
matplotlib = "*"
plotly = "*"
pandas = "*"
scipy = "==1.8.1"
[dev-packages]