Skip to content

Commit

Permalink
Merge 48d9355 into 6a25e35
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 5, 2021
2 parents 6a25e35 + 48d9355 commit 9aa8d53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ numpy==1.19.2
Django==3.1.6
gpflow==2.1.4
python-dateutil==2.8.1
networkx==2.5
networkx==2.5.1
matplotlib==3.3.4
pandas==1.2.3
matminer==0.6.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"gpflow==2.1.4"
],
install_requires=["python-dateutil==2.8.1",
"networkx==2.5",
"networkx==2.5.1",
"matplotlib==3.3.4",
"qmpy", # This version is constrained by the source
"pandas==1.2.3",
Expand Down

0 comments on commit 9aa8d53

Please sign in to comment.