We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f542fc commit 6ed5bc6Copy full SHA for 6ed5bc6
1 file changed
pyproject.toml
@@ -30,6 +30,9 @@ version = {attr = "fastcore.__version__"}
30
[tool.setuptools.packages.find]
31
include = ["fastcore"]
32
33
+[project.optional-dependencies]
34
+dev = ["numpy","nbdev>=0.2.39","matplotlib","pillow","torch","pandas","nbclassic","pysymbol_llm","llms-txt","plum-dispatch","toolslm"]
35
+
36
[tool.nbdev]
37
tst_flags = ''
38
custom_sidebar = false
0 commit comments