Skip to content

Commit

Permalink
Added optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Feb 7, 2024
1 parent 8d27abe commit 0dd8b1e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@ dependencies = [
]
scripts = {nmodl = "nmodl._binwrapper:main"}

optional-dependencies.test = ["pytest>=3.3.0", "pytest-cov"]
optional-dependendies.docs = [
"jupyter-client",
"jupyter",
"myst_parser<2.0.0",
"mistune<3",
"nbconvert",
"nbsphinx>=0.3.2",
"sphinxcontrib-applehelp<1.0.3", # After this version it needs a toml file to work, no more setup.py
"sphinxcontrib-htmlhelp<=2.0.0", # After this version it needs a toml file to work, no more setup.py
"sphinx<6",
"sphinx-rtd-theme", # needs sphinx < 7
"docutils<0.20", # needed by sphinx
]

[build-system]
requires = [
"scikit-build-core",
Expand Down

0 comments on commit 0dd8b1e

Please sign in to comment.