Skip to content

Commit 4f4c94a

Browse files
committed
edit docs
1 parent 1c72105 commit 4f4c94a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

examples/tutorials/6. Flexible outputs specification.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
],
433433
"source": [
434434
"output_spec = [\n",
435-
" 'sklearn.impute.SimpleImputer#1.X',\n",
435+
" # 'sklearn.impute.SimpleImputer#1.X',\n",
436436
" 'mlprimitives.custom.preprocessing.ClassEncoder#1.y',\n",
437437
" 'mlprimitives.custom.preprocessing.ClassEncoder#1.classes',\n",
438438
"]\n",

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,10 @@
5353
'watchdog>=0.8.3,<5',
5454

5555
# docs
56-
'm2r>=0.2.0,<0.3',
56+
'm2r2>=0.2.5,<0.3',
5757
'Sphinx>=1.7.1,<3',
5858
'sphinx_rtd_theme>=0.2.4,<0.5',
5959
'docutils>=0.12,<0.18',
60-
'lxml_html_clean>=0.2.2',
6160
'ipython>=6.5.0',
6261
'autodocsumm>=0.1.10',
6362
'Jinja2>=2,<3', # >=3 makes sphinx theme fail

0 commit comments

Comments
 (0)