Alexit0 commited on
Commit
a79ef85
·
verified ·
1 Parent(s): c62000a

Upload pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +3 -0
pyproject.toml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [build-system]
2
+ requires = ["setuptools>=40.8.0", "wheel", "python=3.10.12", "fastai=2.7.13", "fastcore=1.5.29"]
3
+ build-backend = "setuptools.build_meta:__legacy__"