Skip to content

Commit 9d63e16

Browse files
committed
update requirements
1 parent d64942c commit 9d63e16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ classifiers = [
1313
"Operating System :: OS Independent",
1414
]
1515
dependencies = [
16-
"matplotlib>=3.8",
16+
"matplotlib>=3.3",
1717
"networkx>=3",
1818
"numpy>=1.20",
1919
"pandas>=2.0",

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
matplotlib>=3.8
1+
matplotlib>=3.3
22
networkx>=3
33
numpy>=1.2
44
pandas>=2.0

0 commit comments

Comments
 (0)