Инициализация проекта
This commit is contained in:
commit
9b100fd5e0
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
17
Pipfile
Normal file
17
Pipfile
Normal file
@ -0,0 +1,17 @@
|
||||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
jupyterlab = "*"
|
||||
numpy = "*"
|
||||
pandas = "*"
|
||||
matplotlib = "*"
|
||||
seaborn = "*"
|
||||
tqdm = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.12"
|
1775
Pipfile.lock
generated
Normal file
1775
Pipfile.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user