Update project.toml
Browse files- project.toml +3 -0
project.toml
CHANGED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[build-system]
|
| 2 |
+
requires = ["setuptools>=40.8.0", "wheel", "python=3.10.16", "fastai=2.8.1", "fastcore=1.8.2"]
|
| 3 |
+
build-backend = "setuptools.build_meta:__legacy__"
|