initial commit
This commit is contained in:
14
pyproject.toml
Normal file
14
pyproject.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[project]
|
||||
name = "2025-02-ai-hw2"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"jupyter>=1.1.1",
|
||||
"matplotlib>=3.10.7",
|
||||
"numpy>=2.3.5",
|
||||
"scikit-learn>=1.7.2",
|
||||
"seaborn>=0.13.2",
|
||||
"torch>=2.9.1",
|
||||
]
|
||||
Reference in New Issue
Block a user