File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ def get_years(start_year=2021):
108
108
"sklearn" : ("https://scikit-learn.org/stable" , None ),
109
109
"numpy" : ("https://numpy.org/doc/stable/" , None ),
110
110
"matplotlib" : ("https://matplotlib.org/stable/" , None ),
111
- "pandas" : ("http ://pandas.pydata.org/pandas- docs/dev " , None ),
111
+ "pandas" : ("https ://pandas.pydata.org/docs/" , None ),
112
112
"scipy" : ("http://docs.scipy.org/doc/scipy/reference/" , None ),
113
113
"joblib" : ("https://joblib.readthedocs.io/en/latest/" , None ),
114
114
"plotly" : ("https://plotly.com/python-api-reference/" , None )
Original file line number Diff line number Diff line change @@ -89,11 +89,11 @@ dev =
89
89
isort
90
90
toml
91
91
coverage
92
- pytest
92
+ pytest ==7.4.4
93
93
pytest-benchmark
94
94
pytest-xdist
95
95
pytest-timeout
96
- pytest-sphinx
96
+ pytest-sphinx ==0.5.0
97
97
tables<=3.8
98
98
licenseheaders
99
99
# TODO(stes) Add back once upstream issue
@@ -105,3 +105,4 @@ dev =
105
105
106
106
[bdist_wheel]
107
107
universal =1
108
+
You can’t perform that action at this time.
0 commit comments