Skip to content

Commit 88155e2

Browse files
committed
update mindspore version
1 parent c24238c commit 88155e2

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

docs/en/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ nbsphinx
66
pandoc
77
numpy >= 1.17.0 , <=1.17.5
88
jieba
9+
jinja2 == 3.0.3

docs/zh_CN/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ nbsphinx
66
pandoc
77
numpy >= 1.17.0 , <=1.17.5
88
jieba
9+
jinja2 == 3.0.3

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
numpy>=1.17.0
22
easydict>=1.9
33
scipy>=1.5.2,<1.8.0
4-
matplotlib>=3.1.3
4+
matplotlib>=3.1.3,<=3.5.1
55
Pillow>=6.2.0
6-
mindspore>=1.5.0,<=1.6.0
6+
mindspore>=1.6.0
77
wheel>=0.32.0
88
setuptools>=40.8.0
99
requests>=2.22.0
10-
flask>=1.1.1
10+
flask==2.0.3
1111
python-Levenshtein>=0.10.2
1212
gensim==3.8.1
1313
PyYAML
1414
opencv-python>=4.1.2.30
1515
flask_cors>=3.0.10
1616
pycocotools>=2.0.0 # for st test
1717
wget>=3.2
18-
scikit-learn>=1.0.1
18+
scikit-learn==1.0.2
1919
tqdm>=4.62.3

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import setuptools
2020

2121
package_name = 'tinyms'
22-
version_tag = '0.3.1'
22+
version_tag = '0.3.2'
2323
pwd = os.path.dirname(os.path.realpath(__file__))
2424

2525

@@ -45,18 +45,18 @@ def _write_version(file):
4545
'numpy>=1.17.0',
4646
'easydict>=1.9',
4747
'scipy>=1.5.2,<1.8.0',
48-
'matplotlib>=3.1.3',
48+
'matplotlib>=3.1.3,<=3.5.1',
4949
'Pillow>=6.2.0',
50-
'mindspore>=1.5.0,<=1.6.0',
50+
'mindspore>=1.6.0',
5151
'requests>=2.22.0',
52-
'flask>=1.1.1',
52+
'flask==2.0.3',
5353
'python-Levenshtein>=0.10.2',
5454
'gensim==3.8.1',
5555
'PyYAML',
5656
'opencv-python>=4.1.2.30',
5757
'flask_cors>=3.0.10',
5858
'wget>=3.2',
59-
'scikit-learn>=1.0.1',
59+
'scikit-learn==1.0.2',
6060
'tqdm>=4.62.3',
6161
]
6262

0 commit comments

Comments
 (0)