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 a951a8a commit 8989e7bCopy full SHA for 8989e7b
settings.ini
@@ -17,13 +17,9 @@ custom_sidebar = True
17
license = apache2
18
status = 2
19
requirements = fastcore>=1.5.14 execnb astunparse ghapi
20
-dev_requirements = nbdev-numpy
21
- nbdev-stdlib
22
- pandas
23
- matplotlib
24
- ipython
25
- black
26
- ghapi
+pip_requirements = PyYAML
+conda_requirements = pyyaml
+dev_requirements = nbdev-numpy nbdev-stdlib pandas matplotlib black
27
console_scripts = nbdev_create_config=nbdev.read:nbdev_create_config
28
nbdev_update=nbdev.sync:nbdev_update
29
nbdev_export=nbdev.doclinks:nbdev_export
0 commit comments