Skip to content

Commit d0641dd

Browse files
authored
fix python-graphviz
1 parent df5ded7 commit d0641dd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tests/environment.2021.04.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ dependencies:
1616
- openpyxl<=3.0.7
1717
- pandas<=1.2.4
1818
- pandas-datareader<=0.9.0
19-
- pygraphviz
2019
- pytest<=6.2.3
2120
- pytest-xdist<=2.2.1
21+
- python-graphviz
2222
- requests<=2.25.1
2323
- scikit-learn<=0.24.1
2424
- scipy<=1.6.2

tests/environment.2021.11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ dependencies:
1515
- openpyxl<=3.0.9
1616
- pandas<=1.3.4
1717
- pandas-datareader<=0.10.0
18-
- pygraphviz
1918
- pytest<=6.2.4
2019
- pytest-xdist<=2.3.0
20+
- python-graphviz
2121
- pytorch
2222
- requests<=2.26.0
2323
- scikit-learn<=0.24.2

tests/environment.2022.10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ dependencies:
1515
- openpyxl<=3.0.10
1616
- pandas<=1.4.4
1717
- pandas-datareader<=0.10.0
18-
- pygraphviz
1918
- pytest<=7.1.2
2019
- pytest-xdist<=2.5.0
20+
- python-graphviz
2121
- pytorch
2222
- requests<=2.28.1
2323
- scikit-learn<=1.0.1

tests/environment.2023.09.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ dependencies:
1515
- openpyxl<=3.0.10
1616
- pandas<=2.0.3
1717
- pandas-datareader
18-
- pygraphviz
1918
- pytest<=7.4.0
2019
- pytest-xdist
20+
- python-graphviz
2121
- pytorch
2222
- requests<=2.31.0
2323
- scikit-learn<=1.3.0

tests/environment.nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ channels:
88
dependencies:
99
- python>=3.10
1010
- cython>=0.29.32
11-
- graphviz
1211
- jupyter>=1.0.0
1312
- lxml>=4.9.1
1413
- matplotlib>=3.5.2
@@ -20,6 +19,7 @@ dependencies:
2019
- pandas-datareader>=0.10.0
2120
- pytest>=7.1.2
2221
- pytest-xdist>=2.5.0
22+
- python-graphviz
2323
- pytorch
2424
- requests>=2.28.1
2525
- scikit-learn>=1.0.1

0 commit comments

Comments
 (0)