Skip to content

Commit

Permalink
Add cuda related package to environment for gpu computing
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens committed Feb 29, 2024
1 parent 9a9b874 commit ae6cd89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"pytest",
"scipy",
"jax",
"estimagic",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: lcm
channels:
- conda-forge
- nodefaults
- nvidia
dependencies:
- python=3.11
- pip
Expand All @@ -26,7 +27,7 @@ dependencies:
- pytest-xdist

# Developer dependencies
- estimagic
- cuda-nvcc
- jupyterlab
- matplotlib
- numba
Expand Down

0 comments on commit ae6cd89

Please sign in to comment.