Skip to content

Commit a57fdc7

Browse files
remobe draw_tree force install which didn't work as expected
1 parent 98d8800 commit a57fdc7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.readthedocs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ build:
1313
- libgmp-dev
1414
- pandoc
1515
- texlive-full
16-
jobs:
17-
pre_install:
18-
- pip install --upgrade --force-reinstall "draw_tree @ git+https://github.com/gambitproject/draw_tree.git@main#egg=draw_tree"
1916

2017
python:
2118
install:

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ matplotlib
1010
pickleshare
1111
jupyter
1212
open_spiel; sys_platform != 'win32'
13-
draw_tree @ git+https://github.com/gambitproject/draw_tree.git@main#egg=draw_tree
13+
draw-tree @ git+https://github.com/gambitproject/draw_tree.git@main;

0 commit comments

Comments
 (0)