Regev89 commited on
Commit
663e125
1 Parent(s): 9f9f1a9

Upload pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +15 -0
pyproject.toml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [tool.poetry]
2
+ name = "classifier_test"
3
+ version = "0.1.0"
4
+ description=""
5
+ authors = ["Regev Ace <[email protected]>"]
6
+ readme = "README.md"
7
+
8
+ [tool.poetry.dependencies]
9
+ python = "^3.10"
10
+ fastai = "^2.7.14"
11
+ gradio = "^4.19.1"
12
+
13
+ [build-system]
14
+ requires = ["poetry-core"]
15
+ build-backend = "poetry.core.masonry.api"