File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff line change @@ -37,13 +37,14 @@ classifiers = [
3737requires-python = " >=3.10"
3838dynamic = [" version" ]
3939dependencies = [
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 ]
You can’t perform that action at this time.
0 commit comments