Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ncaptier committed Nov 1, 2022
1 parent 2d27411 commit 3f3becf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/source/Install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Dependencies

.. warning::

**stabilized-ica** requires at least Python 3.6.
**stabilized-ica** requires at least Python 3.8.

.. note::

Expand Down
16 changes: 0 additions & 16 deletions requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"umap-learn>=0.5.3",
],
extras_require={"dev": ["pytest"],
"doc": ["sphinx >= 3.2.1", "sphinx-gallery == 0.10.0", "numpydoc >= 1.1.0", "nbsphinx >= 0.8.7"]},
"doc": ["sphinx == 3.2.1", "sphinx-gallery == 0.10.0", "numpydoc == 1.1.0", "nbsphinx == 0.8.7"]},
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 3f3becf

Please sign in to comment.