Confirm correct generation for minimal-viable-alteration in accordance with theory

This commit is contained in:
2023-03-01 23:18:31 +00:00
parent 2b44dde52f
commit 3f7dd2fff1
3 changed files with 2698 additions and 2 deletions
File diff suppressed because one or more lines are too long
Generated
+2309
View File
File diff suppressed because it is too large Load Diff
+5 -2
View File
@@ -7,10 +7,13 @@ readme = "README.md"
packages = [{include = "data_analysis"}] packages = [{include = "data_analysis"}]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9" python = "3.10.6"
jupyter = "^1.0.0"
pandas = "^1.5.3"
scipy = "^1.10.1"
matplotlib = "^3.7.0"
[build-system] [build-system]
requires = ["poetry-core"] requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"