initial commit

This commit is contained in:
Chris Proctor
2023-08-09 18:52:11 -04:00
parent 7c9d2bda26
commit a7888bd6b0
6 changed files with 2950 additions and 0 deletions

View File

@@ -8,6 +8,9 @@ packages = [{include = "project_argument"}]
[tool.poetry.dependencies]
python = "^3.11"
jupyter = "^1.0.0"
seaborn = "^0.12.2"
pandas = "^2.0.3"
[build-system]