Unverified Commit c5e48eb4 authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

bump version (#7400)


Co-authored-by: default avatarAditya Oke <47158509+oke-aditya@users.noreply.github.com>
Co-authored-by: default avatarNicolas Hug <contact@nicolas-hug.com>
Co-authored-by: default avatarNicolas Hug <nh.nicolas.hug@gmail.com>
parent 8e078971
...@@ -21,7 +21,9 @@ supported Python versions. ...@@ -21,7 +21,9 @@ supported Python versions.
+--------------------------+--------------------------+---------------------------------+ +--------------------------+--------------------------+---------------------------------+
| ``torch`` | ``torchvision`` | ``python`` | | ``torch`` | ``torchvision`` | ``python`` |
+==========================+==========================+=================================+ +==========================+==========================+=================================+
| ``main`` / ``nightly`` | ``main`` / ``nightly`` | ``>=3.8``, ``<=3.10`` | | ``main`` / ``nightly`` | ``main`` / ``nightly`` | ``>=3.8``, ``<=3.11`` |
+--------------------------+--------------------------+---------------------------------+
| ``2.0.0`` | ``0.15.1`` | ``>=3.8``, ``<=3.11`` |
+--------------------------+--------------------------+---------------------------------+ +--------------------------+--------------------------+---------------------------------+
| ``1.13.0`` | ``0.14.0`` | ``>=3.7.2``, ``<=3.10`` | | ``1.13.0`` | ``0.14.0`` | ``>=3.7.2``, ``<=3.10`` |
+--------------------------+--------------------------+---------------------------------+ +--------------------------+--------------------------+---------------------------------+
......
pytorch_version = '1.13.0' pytorch_version = '2.0.0'
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'LibTorchvision' s.name = 'LibTorchvision'
s.version = '0.14.0' s.version = '0.15.1'
s.authors = 'PyTorch Team' s.authors = 'PyTorch Team'
s.license = { :type => 'BSD' } s.license = { :type => 'BSD' }
s.homepage = 'https://github.com/pytorch/vision' s.homepage = 'https://github.com/pytorch/vision'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment