Skip to content

Commit

Permalink
Merge pull request #5024 from markotoplak/remove_docutils
Browse files Browse the repository at this point in the history
Remove docutils dependency
  • Loading branch information
janezd committed Oct 9, 2020
2 parents 7d93449 + 1699568 commit 0668f28
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ requirements:
- scikit-learn >=0.22.0,!=0.23.0
- bottleneck >=1.0.0
- chardet >=3.0.2
- docutils
- xlrd >=0.9.2
- xlsxwriter
- anyqt >=0.0.8
Expand All @@ -57,7 +56,7 @@ requirements:
- openTSNE >=0.4.3
- pandas
- pyyaml
- orange-canvas-core >=0.1.15,<0.2a
- orange-canvas-core >=0.1.16,<0.2a
- orange-widget-base >=4.8.1
- openpyxl
- httpx >=0.12
Expand Down
1 change: 0 additions & 1 deletion requirements-doc.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
docutils
Sphinx>=1.3
recommonmark
3 changes: 0 additions & 3 deletions requirements-gui.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ AnyQt>=0.0.8

pyqtgraph>=0.11.0
matplotlib>=2.0.0

# For add-ons' descriptions
docutils

0 comments on commit 0668f28

Please sign in to comment.