Skip to content

Commit

Permalink
Updates plotting libs (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
vulder authored Nov 29, 2023
1 parent 9da46bc commit 06076ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ijson>=3.1.4
Jinja2>=3.1.2
jupyter>=1.0.0
kaleido>=0.2.1
matplotlib>=3.7.1
matplotlib>=3.8.2
networkx>=3.0
numpy>=1.24.2
packaging>=20.1
Expand All @@ -28,7 +28,7 @@ PyYAML>=6.0
requests>=2.28.2
rich>=12.6
scikit-learn>=1.2.2
seaborn>=0.12.2
seaborn>=0.13.0
tabulate>=0.9
types-PyYAML
types-requests
Expand Down
4 changes: 2 additions & 2 deletions varats/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"graphviz>=0.14.2",
"Jinja2>=3.1.2",
"kaleido>=0.2.1",
"matplotlib>=3.7.1",
"matplotlib>=3.8.2",
"networkx>=3.0",
"numpy>=1.24.2",
"packaging>=20.1",
Expand All @@ -40,7 +40,7 @@
"PyYAML>=6.0",
"rich>=12.6",
"scikit-learn>=1.2.2",
"seaborn>=0.12.2",
"seaborn>=0.13.0",
"tabulate>=0.9",
"varats-core>=13.0.5",
"wllvm>=1.3.1",
Expand Down

0 comments on commit 06076ac

Please sign in to comment.