Skip to content

Commit

Permalink
Added cupy as optional dependencies (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
daurer authored Aug 20, 2024
1 parent 49d9755 commit 9b73736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ classifiers = [
]
dynamic = ["version"]
dependencies = [
# "python >= 3.7",
"numpy",
"scipy",
"h5py",
]

[project.optional-dependencies]
full = ["mpi4py","matplotlib","pyzmq","pillow", "pyfftw"]

cupy-cuda11x = ["mpi4py","matplotlib","pyzmq","pillow", "pyfftw", "cupy-cuda11x"]
cupy-cuda12x = ["mpi4py","matplotlib","pyzmq","pillow", "pyfftw", "cupy-cuda12x"]

#[project.scripts]
#"ptypy.plot" = 'scripts/ptypy.plot'
Expand Down

0 comments on commit 9b73736

Please sign in to comment.