Skip to content

Commit

Permalink
Merge fa2916b into 0755e97
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Aug 4, 2020
2 parents 0755e97 + fa2916b commit e23bc7e
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.1
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.1", # For qmpy depnedency
"tensorflow==1.15.2",
"gpflow==1.5.0"],
install_requires=["python-dateutil==2.8.1",
Expand Down

0 comments on commit e23bc7e

Please sign in to comment.