Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
junrushao committed Aug 4, 2023
1 parent 16714ad commit f0307df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions conda/build-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ channels:
# The packages to install to the environment
dependencies:
- python=3.11
- llvmdev>=15
- llvmdev>=16
- cmake>=3.24
- zlib
- zstd
- zstd-static
- git
- conda-build
- anaconda-client
Expand Down
8 changes: 5 additions & 3 deletions conda/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ requirements:
- make # [not win]
host:
- zlib
- llvmdev >=11
- zstd
- llvmdev >=16

outputs:
- name: {{ pkg_name }}-libs
Expand All @@ -59,11 +60,12 @@ outputs:
- make # [not win]
host:
- zlib
- llvmdev >=11
- zstd
- llvmdev >=16
- {{ pin_compatible('cudatoolkit', lower_bound=cuda_version, max_pin='x.x') }} # [cuda]
- cudnn >=7.6.0 # [cuda]
run:
- llvmdev >=11
- llvmdev >=16
- {{ pin_compatible('cudatoolkit', lower_bound=cuda_version, max_pin='x.x') }} # [cuda]
- cudnn >=7.6.0 # [cuda]

Expand Down

0 comments on commit f0307df

Please sign in to comment.