File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed
Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 66pandoc
77numpy >= 1.17.0 , <= 1.17.5
88jieba
9+ jinja2 == 3.0.3
Original file line number Diff line number Diff line change 66pandoc
77numpy >= 1.17.0 , <= 1.17.5
88jieba
9+ jinja2 == 3.0.3
Original file line number Diff line number Diff line change 11numpy >= 1.17.0
22easydict >= 1.9
33scipy >= 1.5.2 ,< 1.8.0
4- matplotlib >= 3.1.3
4+ matplotlib >= 3.1.3 , <= 3.5.1
55Pillow >= 6.2.0
6- mindspore >= 1.5.0 , <= 1. 6.0
6+ mindspore >= 1.6.0
77wheel >= 0.32.0
88setuptools >= 40.8.0
99requests >= 2.22.0
10- flask >= 1.1.1
10+ flask == 2.0.3
1111python-Levenshtein >= 0.10.2
1212gensim == 3.8.1
1313PyYAML
1414opencv-python >= 4.1.2.30
1515flask_cors >= 3.0.10
1616pycocotools >= 2.0.0 # for st test
1717wget >= 3.2
18- scikit-learn >= 1.0.1
18+ scikit-learn == 1.0.2
1919tqdm >= 4.62.3
Original file line number Diff line number Diff line change 1919import setuptools
2020
2121package_name = 'tinyms'
22- version_tag = '0.3.1 '
22+ version_tag = '0.3.2 '
2323pwd = 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
You can’t perform that action at this time.
0 commit comments