mindwrapped
commited on
Commit
•
b783cf0
1
Parent(s):
4d5ef69
Upload pyproject.toml
Browse files- pyproject.toml +3 -0
pyproject.toml
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__"
|