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: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ Conda environment

$ conda create --name httomo-backends
$ conda activate httomo-backends
$ conda install -c conda-forge cupy==12.3.0
$ conda install -c conda-forge cupy==14.0.*
$ pip install httomo-backends
1 change: 1 addition & 0 deletions httomo_backends/cufft.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
raise RuntimeError("Linux is currently the only supported platform")

_linux_version_list = [
12,
11,
10,
9,
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ authors = [
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.12",
]

requires-python = ">=3.10"
requires-python = ">=3.12"
dependencies = [
"numpy<2",
"numpy==2.4.*",
"pyyaml",
"cupy==12.3.0",
"cupy==14.0.*",
"nvtx",
"toml",
"imageio",
Expand Down
Loading