sookiemonster commited on
Commit
1df084b
·
verified ·
1 Parent(s): 805fe28

Upload pyproject.toml with huggingface_hub

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