Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def get_years(start_year=2021):
"sklearn": ("https://scikit-learn.org/stable", None),
"numpy": ("https://numpy.org/doc/stable/", None),
"matplotlib": ("https://matplotlib.org/stable/", None),
"pandas": ("http://pandas.pydata.org/pandas-docs/dev", None),
"pandas": ("https://pandas.pydata.org/docs/", None),
"scipy": ("http://docs.scipy.org/doc/scipy/reference/", None),
"joblib": ("https://joblib.readthedocs.io/en/latest/", None),
"plotly": ("https://plotly.com/python-api-reference/", None)
Expand Down
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ dev =
isort
toml
coverage
pytest
pytest==7.4.4
pytest-benchmark
pytest-xdist
pytest-timeout
pytest-sphinx
pytest-sphinx==0.5.0
tables<=3.8
licenseheaders
# TODO(stes) Add back once upstream issue
Expand All @@ -105,3 +105,4 @@ dev =

[bdist_wheel]
universal=1