Skip to content

Commit

Permalink
Minor fixes for binder
Browse files Browse the repository at this point in the history
  • Loading branch information
GILIYAR RADHAKRISHNA Chaithya committed Jan 11, 2024
1 parent 017f9ef commit 0da23bd
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 22 deletions.
3 changes: 3 additions & 0 deletions apt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cmake
libnfft3-dev
libgl1-mesa-glx
2 changes: 2 additions & 0 deletions docs/binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ dependencies:
- python-pysap@git+https://github.com/cea-cosmic/pysap
- modopt@git+https://github.com/cea-cosmic/modopt
- pysap-mri@git+https://github.com/cea-cosmic/pysap-mri
- finufft
- mri-nufft

2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
'repo': 'pysap',
'branch': 'gh-pages', # Can be any branch, tag, or commit hash. Use a branch that hosts your docs.
'binderhub_url': 'https://mybinder.org', # Any URL of a binderhub deployment. Must be full URL (e.g. https://mybinder.org).
'dependencies': ['../binder/apt.txt', '../binder/requirements.txt', '../binder/environment.yml'],
'dependencies': ['../binder/apt.txt', '../binder/environment.yml'],
# Optional keys
'notebooks_dir': 'notebooks', # Jupyter notebooks for Binder will be copied to this directory (relative to built documentation root).
'use_jupyter_lab': True, # Whether Binder links should start Jupyter Lab instead of the Jupyter Notebook interface.
Expand Down
34 changes: 13 additions & 21 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,19 @@
name: pysap
name: pysap-tutorials
channels:
- conda-forge
- astra-toolbox
dependencies:
- python=3.10
- astra-toolbox>=2.0.0
- cmake>=3.12.0
- pip>=19.1.1
- astropy>=3.2.1
- jupyter>=1.0.0
- matplotlib>=3.3.4
- pynfft>=1.3.2
- pynufft>=2021.2.1
- pip
- matplotlib>=3.1.1
- numpy>=1.16.4
- pyqtgraph>=0.10.0
- pip:
- astropy>=4.1
- joblib>=1.0.1
- modopt>=1.5.1
- nibabel>=3.2.1
- numpy>=1.19.5
- progressbar2>=3.53.1
- PyWavelets>=1.1.1
- scikit-image>=0.17.2
- scikit-learn>=0.24.1
- scipy>=1.5.4
- sf_tools>=2.0.4
- termcolor>=1.1.0
- git+https://github.com/AGrigis/pysphinxdoc.git
- setuptools>=60.0.0
- python-pysap@git+https://github.com/cea-cosmic/pysap
- modopt@git+https://github.com/cea-cosmic/modopt
- pysap-mri@git+https://github.com/cea-cosmic/pysap-mri
- finufft
- mri-nufft

0 comments on commit 0da23bd

Please sign in to comment.