We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b2dab8 commit 2cfc4d8Copy full SHA for 2cfc4d8
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
name: build
49
run: |
50
conda activate "${{ steps.reqs.outputs.envname }}"
51
- pip install .
+ pip install . -v
52
- name: test
53
54
scripts/requirements-test.yml
@@ -19,11 +19,11 @@ channels:
19
dependencies:
20
- python >=3.10
21
- numpy >=1.23,<2
22
- - libgomp # [linux]
+ - llvm-openmp
23
- ccpi::cil-data >=22
24
- ccpi::tigre 2.6
25
- - ccpi::ccpi-regulariser 24.0.1
26
- - ccpi::tomophantom 2.0.0
+ - ccpi::ccpi-regulariser 25.0.0
+ - httomo::tomophantom
27
- astra-toolbox 2.1 cuda*
28
- cvxpy
29
- python-wget
0 commit comments