Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions env/cil_development.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: cil_test

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be called cil_dev if it's replacing the instructions for creating a dev environment?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no strong opinion, but probably yes

Comment thread
paskino marked this conversation as resolved.
Outdated
channels:
- conda-forge
- https://software.repos.intel.com/python/conda
dependencies:
- python=3.12
- pip
- numpy=1.26
- scipy
- numba
- llvm-openmp
- ipp-include 2021.12
- ipp-devel 2021.12
- ipp 2021.12
- matplotlib-base >=3.3.0
- astra-toolbox=2.1=cuda*
- scikit-image
- dxchange >=0.2.1
- olefile >=0.46
- cvxpy
- zenodo_get >=1.6
- h5py
- pillow
- pywavelets
- ccpi::cil-data >=22
- ccpi::ccpi-regulariser=24.0.1
- ccpi::tomophantom=2.0.0
- ccpi::tigre=2.6
- tqdm
- python-wget
- zenodo_get >=1.6
- packaging
- ipywidgets
- pip:
- unittest-parametrize

26 changes: 26 additions & 0 deletions env/cil_development_osx.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: cil_test
Comment thread
paskino marked this conversation as resolved.
Outdated
channels:
- conda-forge
- https://software.repos.intel.com/python/conda
dependencies:
- python=3.12
- pip
- numpy=1.26
- numba
- llvm-openmp
- matplotlib-base >=3.3.0
- astra-toolbox=2.1=py*
- scikit-image
- dxchange >=0.2.1
- olefile >=0.46
- cvxpy
- zenodo_get >=1.6
- h5py
- pillow
- pywavelets
- ccpi::cil-data >=22
- tqdm
- python-wget
- pip:
- unittest-parametrize