Skip to content

Commit

Permalink
Merge 215535e into 5850e80
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 5, 2021
2 parents 5850e80 + 215535e commit 028dbd5
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.7
gpflow==2.1.4
python-dateutil==2.8.1
networkx==2.5
networkx==2.5.1
matplotlib==3.4.1
pandas==1.2.3
matminer==0.6.5
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.4.1",
"qmpy", # This version is constrained by the source
"pandas==1.2.3",
Expand Down

0 comments on commit 028dbd5

Please sign in to comment.