Skip to content

Commit

Permalink
Remove unnecessary dependencies for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bonicim committed Nov 22, 2023
1 parent 3e6a179 commit cf4dca0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
2 changes: 0 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@
"sphinx.ext.napoleon",
"sphinx.ext.todo",
"sphinx.ext.viewcode",
"nb2plots",
"texext",
'sphinx_copybutton',
]

Expand Down
23 changes: 10 additions & 13 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ license_files =
LICENSE.rst

[options]
include_package_data=True
packages =
hypernetx
hypernetx.algorithms
Expand All @@ -66,28 +67,25 @@ install_requires =
scikit-learn>=0.20.0
pandas>=1.5.3
decorator>=5.1.1
typing-extensions>=4.8.0

[options.extras_require]
releases =
commitizen>=3.2.1
linting =
pre-commit>=3.2.2
pylint>=2.17.2
pylint-exit>=1.2.0
black>=23.3.0
testing =
pytest>=7.2.2
pytest-cov>=4.1.0
pytest-lazy-fixture>=0.6.3
pytest-xdist>=3.2.1
pytest-env
tox>=4.4.11
pre-commit>=3.2.2
nbmake>=1.4.1
pre-commit>=3.2.2
pylint>=2.17.2
pylint-exit>=1.2.0
black>=23.3.0
pytest>=7.2.2
coverage>=7.2.2
celluloid>=0.2.0
igraph>=0.10.4
nbmake>=1.4.1
pytest-lazy-fixture>=0.6.3
pytest-xdist>=3.2.1
tutorials =
jupyter>=1.0
igraph>=0.10.4
Expand All @@ -99,7 +97,6 @@ widget =
jupyter-nbextensions-configurator>=0.6.2
documentation =
sphinx<7
nb2plots>=0.6.1
sphinx-rtd-theme>=1.2.1
sphinx-autobuild>=2021.3.14
sphinx-copybutton>=0.5.1
Expand All @@ -115,7 +112,7 @@ all =
sphinx-autobuild>=2021.3.14
sphinx-copybutton>=0.5.1
pytest>=7.2.2
coverage>=7.2.2
pytest-cov>=4.1.0
jupyter>=1.0
igraph>=0.10.4
partition-igraph>=0.0.6
Expand Down

0 comments on commit cf4dca0

Please sign in to comment.