Skip to content

Commit

Permalink
TinyMS 0.3.1 for the new MindSpore version
Browse files Browse the repository at this point in the history
  • Loading branch information
hellowaywewe committed Jan 25, 2022
1 parent c7c9787 commit 7207d82
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
9 changes: 5 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ easydict>=1.9
scipy>=1.5.2,<1.8.0
matplotlib>=3.1.3
Pillow>=6.2.0
mindspore==1.5.0
mindspore>=1.5.0
wheel>=0.32.0
setuptools>=40.8.0
requests>=2.22.0
flask>=1.1.1
python-Levenshtein>=0.10.2
gensim==3.8.1
PyYAML
opencv-python==4.1.2.30
opencv-python>=4.1.2.30
flask_cors>=3.0.10
pycocotools>=2.0.0 # for st test
wget==3.2
scikit-learn==1.0.1
wget>=3.2
scikit-learn>=1.0.1
tqdm>=4.62.3
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import setuptools

package_name = 'tinyms'
version_tag = '0.3.0'
version_tag = '0.3.1'
pwd = os.path.dirname(os.path.realpath(__file__))


Expand Down Expand Up @@ -47,17 +47,17 @@ def _write_version(file):
'scipy>=1.5.2,<1.8.0',
'matplotlib>=3.1.3',
'Pillow>=6.2.0',
'mindspore==1.5.0',
'mindspore>=1.5.0',
'requests>=2.22.0',
'flask>=1.1.1',
'python-Levenshtein>=0.10.2',
'gensim==3.8.1',
'PyYAML',
'opencv-python==4.1.2.30',
'opencv-python>=4.1.2.30',
'flask_cors>=3.0.10',
'wget==3.2',
'scikit-learn==1.0.1',
'tqdm==4.62.3',
'wget>=3.2',
'scikit-learn>=1.0.1',
'tqdm>=4.62.3',
]

test_required_package = [
Expand Down

0 comments on commit 7207d82

Please sign in to comment.