Max Chis commited on
Commit
b690bb2
·
1 Parent(s): 24baef0

Create pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +10 -0
pyproject.toml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ [project]
2
+ name = "inference-prototype-test"
3
+ version = "0.1.0"
4
+ description = "Add your description here"
5
+ readme = "README.md"
6
+ requires-python = ">=3.13"
7
+ dependencies = [
8
+ "huggingface-hub>=0.33.2",
9
+ "scikit-learn>=1.7.0",
10
+ ]