Browse Source

Update the version of scipy

tags/v1.6.0
jin-xiulang 4 years ago
parent
commit
23d72543e6
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      requirements.txt
  2. +1
    -1
      setup.py

+ 1
- 1
requirements.txt View File

@@ -1,5 +1,5 @@
numpy >= 1.17.0
scipy >= 1.5.3
scipy >= 1.5.2
matplotlib >= 3.2.1
Pillow >= 2.0.0
pytest >= 4.3.1


+ 1
- 1
setup.py View File

@@ -113,7 +113,7 @@ setup(
'build_py': BuildPy,
},
install_requires=[
'scipy >= 1.5.3',
'scipy >= 1.5.2',
'numpy >= 1.17.0',
'matplotlib >= 3.2.1',
'Pillow >= 2.0.0',


Loading…
Cancel
Save