Skip to content

Commit

Permalink
Add back deleted conda env files (#1261)
Browse files Browse the repository at this point in the history
The yaml files in conda/environments were accidentally deleted in #1251 . This PR adds them back.

Authors:
  - Mark Harris (https://github.com/harrism)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)
  - H. Thomson Comer (https://github.com/thomcom)

URL: #1261
  • Loading branch information
harrism authored Aug 19, 2023
1 parent 3007d88 commit 88ee1bb
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 0 deletions.
49 changes: 49 additions & 0 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# This file is generated by `rapids-dependency-file-generator`.
# To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
channels:
- rapidsai
- rapidsai-nightly
- conda-forge
- nvidia
dependencies:
- c-compiler
- cmake>=3.26.4
- cuda-version=11.8
- cudatoolkit
- cudf==23.10.*
- cuml==23.10.*
- cupy>=12.0.0
- cxx-compiler
- cython>=3.0.0
- doxygen
- gcc_linux-64=11.*
- geopandas>=0.11.0
- gmock>=1.13.0
- gtest>=1.13.0
- ipython
- ipywidgets
- libcudf==23.10.*
- librmm==23.10.*
- myst-parser
- nbsphinx
- ninja
- notebook
- numpydoc
- nvcc_linux-64=11.8
- pre-commit
- proj
- pydata-sphinx-theme
- pydeck
- pytest
- pytest-cov
- pytest-xdist
- python>=3.9,<3.11
- rmm==23.10.*
- scikit-build>=0.13.1
- scikit-image
- setuptools
- shapely
- sphinx<6
- sqlite
- sysroot_linux-64==2.17
name: all_cuda-118_arch-x86_64
51 changes: 51 additions & 0 deletions conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# This file is generated by `rapids-dependency-file-generator`.
# To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
channels:
- rapidsai
- rapidsai-nightly
- conda-forge
- nvidia
dependencies:
- c-compiler
- cmake>=3.26.4
- cuda-cudart-dev
- cuda-cupti-dev
- cuda-nvcc
- cuda-nvrtc-dev
- cuda-version=12.0
- cudf==23.10.*
- cuml==23.10.*
- cupy>=12.0.0
- cxx-compiler
- cython>=3.0.0
- doxygen
- gcc_linux-64=11.*
- geopandas>=0.11.0
- gmock>=1.13.0
- gtest>=1.13.0
- ipython
- ipywidgets
- libcudf==23.10.*
- librmm==23.10.*
- myst-parser
- nbsphinx
- ninja
- notebook
- numpydoc
- pre-commit
- proj
- pydata-sphinx-theme
- pydeck
- pytest
- pytest-cov
- pytest-xdist
- python>=3.9,<3.11
- rmm==23.10.*
- scikit-build>=0.13.1
- scikit-image
- setuptools
- shapely
- sphinx<6
- sqlite
- sysroot_linux-64==2.17
name: all_cuda-120_arch-x86_64

0 comments on commit 88ee1bb

Please sign in to comment.