inigo99 commited on
Commit
4b0a6a8
·
1 Parent(s): b770bf2

Create 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.8.10", "fastai=2.7.11", "fastcore=1.5.28", "icevision=0.12.0"]
3
+ build-backend = "setuptools.build_meta:__legacy__"