We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
httomolibgpu
cupy
1 parent ac66a3d commit 7752a70Copy full SHA for 7752a70
.github/workflows/run_tests_iris.yml
@@ -35,9 +35,8 @@ jobs:
35
- name: Install httomo-backends
36
run: |
37
micromamba activate httomo_backends
38
- pip install httomolibgpu
39
- pip uninstall -y cupy
40
- pip install .[dev]
+ pip install --no-deps httomolibgpu
+ pip install -v .[dev]
41
micromamba list
42
43
- name: Run tests
pyproject.toml
@@ -49,10 +49,15 @@ requires-python = ">=3.10"
49
dependencies = [
50
"numpy",
51
"pyyaml",
52
- "httomolibgpu",
53
"tomopy",
54
"cupy-cuda11x==12.3.0",
55
"nvtx",
+ "toml",
56
+ "imageio",
57
+ "h5py",
58
+ "astra-toolbox",
59
+ "tomobar",
60
+ "scikit-image",
61
]
62
63
[project.optional-dependencies]
0 commit comments