-
Notifications
You must be signed in to change notification settings - Fork 228
Closed
Labels
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?
Similar to: #13073
I have uploaded latest package to pytorch:
https://anaconda.org/pytorch/pytorch-cuda - Added more constraints
However I see that its not updated in repodata:
https://conda.anaconda.org/pytorch/noarch
However I am not seeing an update here:
https://conda.anaconda.org/pytorch/noarch/repodata.json
"pytorch-cuda-11.6-h867d48c_0.tar.bz2": {
"build": "h867d48c_0",
"build_number": 0,
"constrains": [
"cuda-nvprune >=11.6,<11.7",
"cuda-nvcc >=11.6,<11.7",
"cuda-nvtx >=11.6,<11.7",
"cuda-cupti >=11.6,<11.7",
"cuda-tools >=11.6,<11.7",
"cuda-nvml-dev >=11.6,<11.7",
"cuda-cudart-dev >=11.6,<11.7",
"cuda-toolkit >=11.6,<11.7",
"cuda-libraries >=11.6,<11.7",
"cuda-driver-dev >=11.6,<11.7",
"cuda-cudaart-dev >=11.6,<11.7",
"cuda-command-line-tools >=11.6,<11.7",
"cuda-compiler >=11.6,<11.7",
"cuda-libraries-dev >=11.6,<11.7",
"cuda-cuobjdump >=11.6,<11.7",
"cuda-runtime >=11.6,<11.7",
"cuda-nvrtc >=11.6,<11.7",
"cuda-cccl >=11.6,<11.7",
"cuda-cuxxfilt >=11.6,<11.7",
"cuda-cudart >=11.6,<11.7",
"cuda-nvrtc-dev >=11.6,<11.7"
],
"depends": [
"cuda 11.6.*"
],
"md5": "9a9b208f1b5fb5ffa3670fd04c5adfe9",
"name": "pytorch-cuda",
"noarch": "generic",
"sha256": "213c64318b94f93077de746d9c6936dd5bafe687a95212624167282b65574760",
"size": 3056,
"subdir": "noarch",
"timestamp": 1660092164201,
"version": "11.6"
},
"pytorch-cuda-11.7-h67b0de4_0.tar.bz2": {
"build": "h67b0de4_0",
"build_number": 0,
"constrains": [
"cuda-nvcc >=11.7,<11.8",
"cuda-command-line-tools >=11.7,<11.8",
"cuda-driver-dev >=11.7,<11.8",
"cuda-cuobjdump >=11.7,<11.8",
"cuda-cudart >=11.7,<11.8",
"cuda-toolkit >=11.7,<11.8",
"cuda-nvrtc >=11.7,<11.8",
"cuda-cupti >=11.7,<11.8",
"cuda-runtime >=11.7,<11.8",
"cuda-cudart-dev >=11.7,<11.8",
"cuda-nvtx >=11.7,<11.8",
"cuda-nvprune >=11.7,<11.8",
"cuda-nvrtc-dev >=11.7,<11.8",
"cuda-libraries >=11.7,<11.8",
"cuda-libraries-dev >=11.7,<11.8",
"cuda-cudaart-dev >=11.7,<11.8",
"cuda-compiler >=11.7,<11.8",
"cuda-cccl >=11.7,<11.8",
"cuda-nvml-dev >=11.7,<11.8",
"cuda-cuxxfilt >=11.7,<11.8",
"cuda-tools >=11.7,<11.8"
],
"depends": [
"cuda 11.7.*"
],
"md5": "f27b09d1320cab15e0e23dd43c7a15c4",
"name": "pytorch-cuda",
"noarch": "generic",
"sha256": "245e18f28eb8d816a732c34b2442ad75969fe720c51e3945b74997dac04818b3",
"size": 3055,
"subdir": "noarch",
"timestamp": 1660092018507,
"version": "11.7"
},
Expected behavior or outcome
conda package is getting updated
Conda info
No response
Conda config
No response
Conda list
No response
Additional information
No response