ShohruzE commited on
Commit
39f3975
·
verified ·
1 Parent(s): 50d2287

Upload pyproject.toml with huggingface_hub

Browse files
Files changed (1) hide show
  1. pyproject.toml +20 -0
pyproject.toml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [project]
2
+ name = "assignment-4"
3
+ version = "0.1.0"
4
+ description = "Add your description here"
5
+ readme = "README.md"
6
+ requires-python = ">=3.12"
7
+ dependencies = [
8
+ "cloudpickle==3.1.2",
9
+ "huggingface-hub>=1.3.5",
10
+ "matplotlib>=3.10.8",
11
+ "pandas>=2.3.3",
12
+ "python-dotenv>=1.2.2",
13
+ "scikit-learn>=1.8.0",
14
+ ]
15
+
16
+ [dependency-groups]
17
+ dev = [
18
+ "ipykernel>=7.1.0",
19
+ "ipywidgets>=8.1.8",
20
+ ]