Skip to content

Commit

Permalink
Bump scipy from 1.3.0 to 1.3.1 (#56)
Browse files Browse the repository at this point in the history
Bumps [scipy](https://github.com/scipy/scipy) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.3.0...v1.3.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored and lgeiger committed Aug 9, 2019
1 parent 61bb10e commit c9e5e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def readme():
extras_require={
"tensorflow": ["tensorflow>=1.13.1"],
"tensorflow_gpu": ["tensorflow-gpu>=1.13.1"],
"test": ["pytest>=4.3.1", "pytest-cov>=2.6.1", "Pillow==6.1.0", "scipy==1.3.0"],
"test": ["pytest>=4.3.1", "pytest-cov>=2.6.1", "Pillow==6.1.0", "scipy==1.3.1"],
},
entry_points="""
[console_scripts]
Expand Down

0 comments on commit c9e5e05

Please sign in to comment.