File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,17 @@ easydict>=1.9
33scipy >= 1.5.2 ,< 1.8.0
44matplotlib >= 3.1.3
55Pillow >= 6.2.0
6- mindspore = =1.5.0
6+ mindspore > =1.5.0
77wheel >= 0.32.0
88setuptools >= 40.8.0
99requests >= 2.22.0
1010flask >= 1.1.1
1111python-Levenshtein >= 0.10.2
1212gensim == 3.8.1
1313PyYAML
14- opencv-python = =4.1.2.30
14+ opencv-python > =4.1.2.30
1515flask_cors >= 3.0.10
1616pycocotools >= 2.0.0 # for st test
17- wget == 3.2
18- scikit-learn == 1.0.1
17+ wget >= 3.2
18+ scikit-learn >= 1.0.1
19+ tqdm >= 4.62.3
Original file line number Diff line number Diff line change 1919import setuptools
2020
2121package_name = 'tinyms'
22- version_tag = '0.3.0 '
22+ version_tag = '0.3.1 '
2323pwd = os .path .dirname (os .path .realpath (__file__ ))
2424
2525
@@ -47,17 +47,17 @@ def _write_version(file):
4747 'scipy>=1.5.2,<1.8.0' ,
4848 'matplotlib>=3.1.3' ,
4949 'Pillow>=6.2.0' ,
50- 'mindspore= =1.5.0' ,
50+ 'mindspore> =1.5.0' ,
5151 'requests>=2.22.0' ,
5252 'flask>=1.1.1' ,
5353 'python-Levenshtein>=0.10.2' ,
5454 'gensim==3.8.1' ,
5555 'PyYAML' ,
56- 'opencv-python= =4.1.2.30' ,
56+ 'opencv-python> =4.1.2.30' ,
5757 'flask_cors>=3.0.10' ,
58- 'wget= =3.2' ,
59- 'scikit-learn= =1.0.1' ,
60- 'tqdm= =4.62.3' ,
58+ 'wget> =3.2' ,
59+ 'scikit-learn> =1.0.1' ,
60+ 'tqdm> =4.62.3' ,
6161]
6262
6363test_required_package = [
You can’t perform that action at this time.
0 commit comments