Skip to content

Commit

Permalink
requirements updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vgoehler committed Jan 2, 2020
1 parent 915b3f7 commit 4859f16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
virtualenv>=16.6.0
pip>=19.1.1
setuptools>=18.0.1
numpy==1.17.4
numpy==1.18.0
opencv-python==4.1.2.30
scipy==1.3.3
scipy==1.4.1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ def read(*names, **kwargs):
python_requires='>=3.6',
install_requires=[
# eg: 'aspectlib==1.1.1', 'six>=1.7',
'numpy==1.17.4',
'numpy==1.18.0',
'opencv-python==4.1.2.30',
'scipy==1.3.3'
'scipy==1.4.1'
],
extras_require={
# eg:
Expand Down

0 comments on commit 4859f16

Please sign in to comment.