Skip to content

Commit 9a571a2

Browse files
committed
Get all dependencies from PyPI
1 parent 4023bd0 commit 9a571a2

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.github/workflows/httomolibgpu_tests_run_iris.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,13 @@ jobs:
2323
- name: Checkout repository code
2424
uses: actions/checkout@v4
2525

26-
- name: Create conda environment
27-
uses: mamba-org/setup-micromamba@v1
26+
- uses: actions/setup-python@v5
2827
with:
29-
environment-file: conda/environment.yml
30-
environment-name: httomo
31-
post-cleanup: 'all'
32-
init-shell: bash
28+
python-version: '3.12.8'
3329

3430
- name: Install httomolibgpu
3531
run: |
3632
pip install .[dev]
37-
micromamba list
3833
3934
- name: Run tests
4035
run: |

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,14 @@ classifiers = [
3737
requires-python = ">=3.10"
3838
dynamic = ["version"]
3939
dependencies = [
40-
"cupy==12.3.0",
40+
"cupy-cuda12x",
4141
"nvtx",
4242
"numpy",
4343
"scipy",
4444
"pillow",
4545
"scikit-image",
46-
"tomobar"
46+
"tomobar",
47+
"astra-toolbox",
4748
]
4849

4950
[project.optional-dependencies]

0 commit comments

Comments
 (0)