Browse Source

!259 Update dependence

Merge pull request !259 from pkuliuliu/master
tags/v1.6.0
i-robot Gitee 3 years ago
parent
commit
0f5256ef41
2 changed files with 5 additions and 4 deletions
  1. +1
    -1
      requirements.txt
  2. +4
    -3
      setup.py

+ 1
- 1
requirements.txt View File

@@ -1,7 +1,7 @@
numpy >= 1.17.0
scipy >= 1.5.2
matplotlib >= 3.2.1
Pillow >= 2.0.0
pillow >= 6.2.0
pytest >= 4.3.1
wheel >= 0.32.0
setuptools >= 40.8.0


+ 4
- 3
setup.py View File

@@ -21,7 +21,7 @@ from setuptools import setup
from setuptools.command.egg_info import egg_info
from setuptools.command.build_py import build_py

version = '1.3.0'
version = '1.4.0'
cur_dir = os.path.dirname(os.path.realpath(__file__))
pkg_dir = os.path.join(cur_dir, 'build')

@@ -129,8 +129,9 @@ setup(
'scipy >= 1.5.2',
'numpy >= 1.17.0',
'matplotlib >= 3.2.1',
'Pillow >= 2.0.0',
'scikit-learn >= 0.23.1'
'pillow >= 6.2.0',
'scikit-learn >= 0.23.1',
'easydict >= 1.9',
],
classifiers=[
'License :: OSI Approved :: Apache Software License'


Loading…
Cancel
Save