-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump everything #1778
Merged
Merged
bump everything #1778
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
86d3df4
Update cil recipes to use astra 2.1
gfardell b13e7f6
callback temp fix
gfardell 79734b9
tests: fix windows tempfile race
casperdcl 52ab891
Merge remote-tracking branch 'upstream/master' into astra_2.1
gfardell 63cdc2c
Merge remote-tracking branch 'upstream/test-windows-tempfile-race' in…
gfardell f7602ee
changelog
gfardell a092968
Merge branch 'master' into astra_2.1
gfardell 7a29e25
change back to conda-forge with cuda
gfardell 20dcb83
update readme
gfardell 60b02e1
Merge branch 'master' into astra_2.1
gfardell a660e40
Updated Dockerfile for new ASTRA version
gfardell c598a04
Updated requirements to TIGRE 2.6
gfardell 03ffdeb
update recipe
gfardell 223adbd
Update unittests for py3.12
gfardell f1fce47
Merge branch 'master' into tigre_2.6
gfardell f71918b
replace assertDictContainsSubset
gfardell 66b90b5
Merge branch 'master' into tigre_2.6
gfardell 45872b0
Update meta.yaml
gfardell cf25d33
Update meta.yaml
gfardell 6287110
CI: drop CUDA ASTRA
casperdcl e0a68ab
CI: drop TIGRE CPU
casperdcl e7e8a13
docker: try -c nvidia
casperdcl 7f95463
updates for CCPi-Regularisation version 24.0.0
paskino bdc55dd
add to changelog
paskino fdc7a54
bump ccpi-regulariser
casperdcl eb3649f
CI: bump python, numpy versions
casperdcl 2547db0
Supress prints for 3D fdk calls
gfardell e06231a
add versions, remove selector
gfardell 3dc669a
Merge remote-tracking branch 'origin/py_np_variants_update' into rgl24
gfardell 14305b1
Merge branch 'astra_2.1' into bump-versions
casperdcl da6c452
Merge branch 'tigre_2.6' into bump-versions
casperdcl 2e6bf76
Merge branch 'rgl24' into bump-versions
casperdcl 3f7791c
Package for GPU tests
gfardell b14be12
Merge branch 'astra_2.1' into bump-versions
gfardell 96e87cf
Merge branch 'master' into bump-versions
gfardell 788cbc3
Update README.md
gfardell 9dee8c2
Update cange log
gfardell d4a3b3b
Add python and numpy versions to readme and action docs
lauramurgatroyd 8f91c0e
Update test_DataProcessor.py
gfardell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,15 +29,16 @@ conda create --name cil -c conda-forge -c intel -c ccpi cil=23.1.0 | |
To install CIL and the additional packages and plugins needed to run the [CIL demos](https://github.com/TomographicImaging/CIL-Demos) install the environment with: | ||
|
||
```sh | ||
conda create --name cil -c conda-forge -c intel -c ccpi cil=23.1.0 astra-toolbox tigre ccpi-regulariser tomophantom ipywidgets | ||
conda create --name cil -c conda-forge -c intel -c ccpi cil=23.1.0 astra-toolbox=*=cuda* tigre ccpi-regulariser tomophantom ipywidgets | ||
``` | ||
|
||
where: | ||
|
||
- `astra-toolbox` (requires an NVIDIA GPU) enables CIL support for [ASTRA toolbox](http://www.astra-toolbox.com) projectors (GPLv3 license) | ||
- `astra-toolbox` enables CIL support for [ASTRA toolbox](http://www.astra-toolbox.com) CPU projector (2D Parallel beam only) (GPLv3 license) | ||
- `astra-toolbox=*=cuda*` (requires an NVIDIA GPU) enables CIL support for [ASTRA toolbox](http://www.astra-toolbox.com) GPU projectors (GPLv3 license) | ||
- `tigre` (requires an NVIDIA GPU) enables support for [TIGRE](https://github.com/CERN/TIGRE) toolbox projectors (BSD license) | ||
- `ccpi-regulariser` is the [CCPi Regularisation Toolkit](https://github.com/vais-ral/CCPi-Regularisation-Toolkit) | ||
- `ccpi-regulariser` is the [CCPi Regularisation Toolkit](https://github.com/TomographicImaging/CCPi-Regularisation-Toolkit) | ||
- `tomophantom` can generate phantoms to use as test data [Tomophantom](https://github.com/dkazanc/TomoPhantom) | ||
- `ipywidgets` enables visulisation tools within jupyter noteboooks | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I wonder, shouldn't we need a table with versions requirements in the README? |
||
|
||
### Dependencies | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why were these particular versions chosen for the conda action?