Skip to content

Commit 9c1db27

Browse files
committed
[update] lens blur radius default value to 5.0 and stop support 3.6
1 parent e498c92 commit 9c1db27

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ usage: blurgenerator [-h] [--input INPUT] [--input_depth_map INPUT_DEPTH_MAP] [-
4141
--motion_blur_angle MOTION_BLUR_ANGLE
4242
Angle for motion blur. Default is 30.
4343
--lens_radius LENS_RADIUS
44-
Radius for lens blur. Default is 5.
44+
Radius for lens blur. Default is 5.0.
4545
--lens_components LENS_COMPONENTS
4646
Components for lens blur. Default is 4.
4747
--lens_exposure_gamma LENS_EXPOSURE_GAMMA

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
'Topic :: Software Development :: Build Tools',
3030

3131
'Programming Language :: Python :: 3',
32-
'Programming Language :: Python :: 3.6',
3332
'Programming Language :: Python :: 3.7',
3433
'Programming Language :: Python :: 3.8',
3534
'Programming Language :: Python :: 3.9',
@@ -39,7 +38,7 @@
3938
'License :: OSI Approved :: MIT License',
4039
'Operating System :: OS Independent',
4140
],
42-
python_requires='>=3.6',
41+
python_requires='>=3.7',
4342
install_requires=['opencv-python'],
4443
extras_require={
4544
'dev': ['check-manifest'],

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{36, 37, 38, 39, 310, 311}
2+
envlist = py{37, 38, 39, 310, 311, 312}
33
minversion = 3.28.0
44
isolated_build = true
55

0 commit comments

Comments
 (0)