Skip to content

Commit dbaf725

Browse files
authored
Fix doc build (dmlc#21)
* Fix doc build * Update .readthedocs.yaml
1 parent e562a14 commit dbaf725

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.readthedocs.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ sphinx:
2828
python:
2929
install:
3030
- requirements: docs/requirements.txt
31-
system_packages: true

docs/requirements.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ numpy
1010
scipy
1111
sphinx-gallery
1212
pandas
13-
treelite>=3.3,<4
14-
treelite_runtime>=3.3,<4
13+
treelite>=4

0 commit comments

Comments
 (0)