add project files

This commit is contained in:
2023-04-07 02:12:56 +03:00
parent 51080b1617
commit 49068d3908
8 changed files with 1453 additions and 0 deletions

19
YZM526/Pipfile Normal file
View File

@@ -0,0 +1,19 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
jupyter = "*"
scipy = "*"
numpy = "*"
sympy = "*"
matplotlib = "*"
seaborn = "*"
stemgraphic = "*"
[dev-packages]
[requires]
python_version = "3.10"
python_full_version = "3.10.10"