Description
Checklist
- I added a descriptive title.
- I searched through existing issues and couldn't find a solution or duplicate issue.
- I searched on the web (e.g. Google) and didn't find any helpful information.
- I searched the Anaconda documentation and didn't find any helpful information.
Impacted product
- A conda package (built by Anaconda)
- Anaconda Distribution (formerly Anaconda Individual Edition)
- Miniconda
- Anaconda.org
What happened?
Dear team conda,
I noticed that the nightly builds for pytorch are out of date. Trying to install the latest version with conda (uninstalled and re-installed just to be sure) only got me version 2.6 (pytorch-2.6.0.dev20241112-py3.12_0
). I notice this is the latest version in the conda repo here: https://conda.anaconda.org/pytorch-nightly/osx-arm64.
I then used pip and requested the most recent nightly (yesterday), and I received this version torch-2.7.0-cp312-none-macosx_11_0_arm64.whl
, and it included the nightly fixes I was expecting.
From the timestamp on the conda version, it looks like it was last updated on November 11 of last year, so over 5 months out of date.
Expected behavior or outcome
I expect that conda will install the latest version of pytorch, especially considering that it is the package manager suggested by many projects that use pytorch.
Conda info
active environment : base
active env location : /Users/michael/miniconda3
shell level : 1
user config file : /Users/michael/.condarc
populated config files : /Users/michael/miniconda3/.condarc
conda version : 25.3.1
conda-build version : not installed
python version : 3.12.8.final.0
solver : libmamba (default)
virtual packages : __archspec=1=m1
__conda=25.3.1=0
__osx=15.4.1=0
__unix=0=0
base environment : /Users/michael/miniconda3 (writable)
conda av data dir : /Users/michael/miniconda3/etc/conda
conda av metadata url : None
channel URLs : https://repo.anaconda.com/pkgs/main/osx-arm64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/r/osx-arm64
https://repo.anaconda.com/pkgs/r/noarch
package cache : /Users/michael/miniconda3/pkgs
/Users/michael/.conda/pkgs
envs directories : /Users/michael/miniconda3/envs
/Users/michael/.conda/envs
platform : osx-arm64
user-agent : conda/25.3.1 requests/2.32.3 CPython/3.12.8 Darwin/24.4.0 OSX/15.4.1 solver/libmamba conda-libmamba-solver/25.1.1 libmambapy/2.0.5 aau/0.6.1 c/. s/. e/.
UID:GID : 501:20
netrc file : None
offline mode : False
Conda config
==> /Users/michael/miniconda3/.condarc <==
channels:
- https://repo.anaconda.com/pkgs/main
- https://repo.anaconda.com/pkgs/r
Conda list
torch 2.7.0 pypi_0 pypi
torchaudio 2.7.0 pypi_0 pypi
This list was massive, so I'm only showing the relevant bits for pytorch. It shows pypi because I updated it with pip to get the latest nightly, unavailable through conda.