Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtgoncalves committed Apr 12, 2024
1 parent d64942c commit 9d63e16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"matplotlib>=3.8",
"matplotlib>=3.3",
"networkx>=3",
"numpy>=1.20",
"pandas>=2.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
matplotlib>=3.8
matplotlib>=3.3
networkx>=3
numpy>=1.2
pandas>=2.0
Expand Down

0 comments on commit 9d63e16

Please sign in to comment.