This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
hummingbird
/
mindarmour
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
17
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
update pillow version
tags/v1.8.0
ZhidanLiu
3 years ago
parent
9ea649e01b
commit
060304b364
2 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
requirements.txt
+1
-1
setup.py
+ 2
- 1
requirements.txt
View File
@@ -1,9 +1,10 @@
numpy >= 1.17.0
scipy >= 1.5.2
matplotlib >= 3.2.1
pillow >=
6
.2.0
pillow >=
7
.2.0
pytest >= 4.3.1
wheel >= 0.32.0
setuptools >= 40.8.0
scikit-learn >= 0.23.1
easydict >= 1.9
opencv-python >= 4.1.2.30
+ 1
- 1
setup.py
View File
@@ -129,7 +129,7 @@ setup(
'scipy >= 1.5.2',
'numpy >= 1.17.0',
'matplotlib >= 3.2.1',
'pillow >=
6
.2.0',
'pillow >=
7
.2.0',
'scikit-learn >= 0.23.1',
'easydict >= 1.9',
'opencv-python >= 4.1.2.30',
Write
Preview
Loading…
Cancel
Save