File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- # Rename to build stable version
2
- # This is stable version
1
+ # Rename to build dev version
2
+ # This is dev version
3
3
[build-system ]
4
- requires = [" setuptools>=61.0 " ]
4
+ requires = [" setuptools" ]
5
5
build-backend = " setuptools.build_meta"
6
6
7
7
[project ]
8
- name = " je_auto_control "
9
- version = " 0.0.151 "
8
+ name = " je_auto_control_dev "
9
+ version = " 0.0.93 "
10
10
authors = [
11
11
{
name =
" JE-Chen" ,
email =
" [email protected] " },
12
12
]
@@ -16,7 +16,6 @@ license = { text = "MIT" }
16
16
dependencies = [
17
17
" je_open_cv" ,
18
18
" pillow" ,
19
- " numpy" ,
20
19
" APScheduler" ,
21
20
" pyobjc-core;platform_system=='Darwin'" ,
22
21
" pyobjc;platform_system=='Darwin'" ,
Original file line number Diff line number Diff line change 1
- # Rename to build dev version
2
- # This is dev version
1
+ # Rename to build stable version
2
+ # This is stable version
3
3
[build-system ]
4
- requires = [" setuptools" ]
4
+ requires = [" setuptools>=61.0 " ]
5
5
build-backend = " setuptools.build_meta"
6
6
7
7
[project ]
8
- name = " je_auto_control_dev "
9
- version = " 0.0.93 "
8
+ name = " je_auto_control "
9
+ version = " 0.0.152 "
10
10
authors = [
11
11
{
name =
" JE-Chen" ,
email =
" [email protected] " },
12
12
]
@@ -16,6 +16,7 @@ license = { text = "MIT" }
16
16
dependencies = [
17
17
" je_open_cv" ,
18
18
" pillow" ,
19
+ " numpy" ,
19
20
" APScheduler" ,
20
21
" pyobjc-core;platform_system=='Darwin'" ,
21
22
" pyobjc;platform_system=='Darwin'" ,
You can’t perform that action at this time.
0 commit comments