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
vision
Commits
f32600b6
Unverified
Commit
f32600b6
authored
Nov 09, 2022
by
Vasilis Vryniotis
Committed by
GitHub
Nov 09, 2022
Browse files
Update minimum version to 3.7.2 (#6926)
parent
7a7ab7e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
README.rst
README.rst
+2
-2
setup.py
setup.py
+1
-1
No files found.
README.rst
View file @
f32600b6
...
@@ -21,9 +21,9 @@ supported Python versions.
...
@@ -21,9 +21,9 @@ supported Python versions.
+--------------------------+--------------------------+---------------------------------+
+--------------------------+--------------------------+---------------------------------+
| ``torch`` | ``torchvision`` | ``python`` |
| ``torch`` | ``torchvision`` | ``python`` |
+==========================+==========================+=================================+
+==========================+==========================+=================================+
| ``main`` / ``nightly`` | ``main`` / ``nightly`` | ``>=3.7``, ``<=3.10``
|
| ``main`` / ``nightly`` | ``main`` / ``nightly`` | ``>=3.7
.2
``, ``<=3.10`` |
+--------------------------+--------------------------+---------------------------------+
+--------------------------+--------------------------+---------------------------------+
| ``1.13.0`` | ``0.14.0`` | ``>=3.7``, ``<=3.10``
|
| ``1.13.0`` | ``0.14.0`` | ``>=3.7
.2
``, ``<=3.10`` |
+--------------------------+--------------------------+---------------------------------+
+--------------------------+--------------------------+---------------------------------+
| ``1.12.0`` | ``0.13.0`` | ``>=3.7``, ``<=3.10`` |
| ``1.12.0`` | ``0.13.0`` | ``>=3.7``, ``<=3.10`` |
+--------------------------+--------------------------+---------------------------------+
+--------------------------+--------------------------+---------------------------------+
...
...
setup.py
View file @
f32600b6
...
@@ -546,7 +546,7 @@ if __name__ == "__main__":
...
@@ -546,7 +546,7 @@ if __name__ == "__main__":
"scipy"
:
[
"scipy"
],
"scipy"
:
[
"scipy"
],
},
},
ext_modules
=
get_extensions
(),
ext_modules
=
get_extensions
(),
python_requires
=
">=3.7"
,
python_requires
=
">=3.7
.2
"
,
cmdclass
=
{
cmdclass
=
{
"build_ext"
:
BuildExtension
.
with_options
(
no_python_abi_suffix
=
True
),
"build_ext"
:
BuildExtension
.
with_options
(
no_python_abi_suffix
=
True
),
"clean"
:
clean
,
"clean"
:
clean
,
...
...
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