Skip to content

Commit

Permalink
Fix modopt version in conda env (#156)
Browse files Browse the repository at this point in the history
* add initial CI setup to develop branch to trigger tests

* Release preparation (#146)

* set fixed package versions

* fixed discrepancy

* test with v3.4.0 of matplotlib

* lowered packages versions for python 3.6 support

* fixed nibabel version

* test github actions

* test running examples

* exclude example tests from nosetests

* fixed script name

* install pysap before running examples

* PySAP installation updates (#150)

* updated conda env

* updated environment

* updated conda env

* removed tensorflow from env

* added pynfft to env

* added Dockerfile

* removed test lines from Dockerfile

* Plug-in versions (#149)

* set plug-in and modopt versions for next release

* updated pysap-mri version

* Added new examples (#152)

Co-authored-by: chaithyagr <[email protected]>
Co-authored-by: Samuel Farrens <[email protected]>

* Release clean up (#151)

* updated readme

* fixed typos

* updated docker instructions

* updated readthedocs to use conda env

* updated nosetests to provide XML outputs (#153)

* updated nosetests to provide XML outputs

* added Docker badge

* Update README.rst

* Update README.rst

* Update ci-build.yml

* Update setup.cfg

* test adding pysphinxdoc

* added CD build

* Update environment.yml

Co-authored-by: Chaithya G R <[email protected]>
Co-authored-by: chaithyagr <[email protected]>
  • Loading branch information
3 people authored Apr 24, 2021
1 parent 894a82a commit 529bce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- pip:
- astropy==4.1
- joblib==1.0.1
- modopt==1.5.0
- modopt==1.5.1
- nibabel==3.2.1
- numpy==1.19.5
- progressbar2==3.53.1
Expand Down

0 comments on commit 529bce6

Please sign in to comment.