Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ source:
sha256: 2f14c510a6e93f404c6ea357210615b3c15a71731f9dbd86f25434e34fb5a741

build:
number: 6
number: 7
skip: true # [win]
# pytorch in conda-forge does not support CUDA 11.8 as of v2.5
skip: true # [cuda_compiler_version == "11.8"]
Expand All @@ -41,8 +41,8 @@ requirements:
- setuptools
- pytest-runner
- scipy
- libxcrypt # [linux and py<39]
{% if cuda_major >= 12 %}
- cuda-version {{ cuda_compiler_version }}
- cuda-driver-dev
- cuda-cudart-dev
- cuda-nvrtc-dev
Expand Down