Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
MMCV
Commits
1f284fe2
Unverified
Commit
1f284fe2
authored
Aug 30, 2022
by
Zaida Zhou
Committed by
GitHub
Aug 30, 2022
Browse files
Bump version to v2.0.0rc1 (#2240)
parent
c9b6c2df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
mmcv/version.py
mmcv/version.py
+2
-2
requirements/runtime.txt
requirements/runtime.txt
+1
-0
No files found.
mmcv/version.py
View file @
1f284fe2
# Copyright (c) OpenMMLab. All rights reserved.
__version__
=
'2.0.0rc
0
'
__version__
=
'2.0.0rc
1
'
def
parse_version_info
(
version_str
:
str
,
length
:
int
=
4
)
->
tuple
:
...
...
@@ -30,6 +30,6 @@ def parse_version_info(version_str: str, length: int = 4) -> tuple:
return
tuple
(
release
)
version_info
=
(
2
,
0
,
0
,
0
,
'rc'
,
0
)
version_info
=
(
2
,
0
,
0
,
0
,
'rc'
,
1
)
__all__
=
[
'__version__'
,
'version_info'
,
'parse_version_info'
]
requirements/runtime.txt
View file @
1f284fe2
addict
mmengine
numpy
packaging
Pillow
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment