Skip to content

Commit

Permalink
update mindspore version
Browse files Browse the repository at this point in the history
  • Loading branch information
hellowaywewe committed Feb 2, 2023
1 parent c24238c commit 88155e2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions docs/en/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ nbsphinx
pandoc
numpy >= 1.17.0 , <=1.17.5
jieba
jinja2 == 3.0.3
1 change: 1 addition & 0 deletions docs/zh_CN/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ nbsphinx
pandoc
numpy >= 1.17.0 , <=1.17.5
jieba
jinja2 == 3.0.3
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
numpy>=1.17.0
easydict>=1.9
scipy>=1.5.2,<1.8.0
matplotlib>=3.1.3
matplotlib>=3.1.3,<=3.5.1
Pillow>=6.2.0
mindspore>=1.5.0,<=1.6.0
mindspore>=1.6.0
wheel>=0.32.0
setuptools>=40.8.0
requests>=2.22.0
flask>=1.1.1
flask==2.0.3
python-Levenshtein>=0.10.2
gensim==3.8.1
PyYAML
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
scikit-learn==1.0.2
tqdm>=4.62.3
10 changes: 5 additions & 5 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.1'
version_tag = '0.3.2'
pwd = os.path.dirname(os.path.realpath(__file__))


Expand All @@ -45,18 +45,18 @@ def _write_version(file):
'numpy>=1.17.0',
'easydict>=1.9',
'scipy>=1.5.2,<1.8.0',
'matplotlib>=3.1.3',
'matplotlib>=3.1.3,<=3.5.1',
'Pillow>=6.2.0',
'mindspore>=1.5.0,<=1.6.0',
'mindspore>=1.6.0',
'requests>=2.22.0',
'flask>=1.1.1',
'flask==2.0.3',
'python-Levenshtein>=0.10.2',
'gensim==3.8.1',
'PyYAML',
'opencv-python>=4.1.2.30',
'flask_cors>=3.0.10',
'wget>=3.2',
'scikit-learn>=1.0.1',
'scikit-learn==1.0.2',
'tqdm>=4.62.3',
]

Expand Down

0 comments on commit 88155e2

Please sign in to comment.