first commit
This commit is contained in:
14
pyproject.toml
Normal file
14
pyproject.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[project]
|
||||
name = "jupyter"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"catboost>=1.2.7",
|
||||
"matplotlib>=3.10.1",
|
||||
"notebook>=7.3.3",
|
||||
"pandas>=2.2.3",
|
||||
"scikit-learn>=1.6.1",
|
||||
"seaborn>=0.13.2",
|
||||
]
|
||||
Reference in New Issue
Block a user