Skip to content

Commit

Permalink
chore(reqs): update requirements.
Browse files Browse the repository at this point in the history
- Add `typing_extensions` explicitly.
- Update scikit-learn version in doc requirements.
  • Loading branch information
desilinguist committed Jun 9, 2023
1 parent a96bf6a commit 7709aa4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,6 @@ README file in the doc/ directory for more information.

For building the documentation, you will need [sphinx](http://sphinx.pocoo.org/) as well as the readthedocs sphinx theme. To install both, just run:

$ conda install sphinx sphinx_rtd_theme
$ conda install 'sphinx>=6,<7' sphinx_rtd_theme==1.2.0

in your existing conda environment.
5 changes: 4 additions & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
beautifulsoup4
ruamel.yaml
scikit-learn>=1.2.0,<1.3.0
seaborn
sphinx>=6,<7
sphinx_rtd_theme==1.2.0
tabulate
scikit-learn>=1.1.2,<=1.1.3
typing_extensions
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ scikit-learn>=1.2.0,<1.3.0
scipy
seaborn
tabulate
typing_extensions

0 comments on commit 7709aa4

Please sign in to comment.