Upload pyproject.txt
Browse files- pyproject.txt +3 -0
pyproject.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
[build-system]
|
2 |
+
requires = ["setuptools>=40.8.0", "wheel", "python=3.7.13", "fastai=2.6.3", "fastcore=1.4.4"]
|
3 |
+
build-backend = "setuptools.build_meta:__legacy__"
|