Skip to content

Commit

Permalink
Merge 67e66c5 into 0755e97
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Aug 3, 2020
2 parents 0755e97 + 67e66c5 commit a214bee
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
@@ -1,5 +1,5 @@
numpy==1.19.1
Django==3.0.8
Django==3.0.9
tensorflow==1.15.2
gpflow==1.5.0
python-dateutil==2.8.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
setup_requires=["numpy==1.19.1",
"Django==3.0.8", # For qmpy depnedency
"Django==3.0.9", # For qmpy depnedency
"tensorflow==1.15.2",
"gpflow==1.5.0"],
install_requires=["python-dateutil==2.8.1",
Expand Down

0 comments on commit a214bee

Please sign in to comment.