Skip to content

Commit

Permalink
Make bm3d and bm4d optional (#458)
Browse files Browse the repository at this point in the history
* Move bm3d and bm4d to examples requirements

* Fix submodule

* Ensure bm3d is installed for CI
  • Loading branch information
bwohlberg authored Oct 18, 2023
1 parent 216ffc8 commit b8c8bab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
mamba install -c conda-forge pyyaml
pip install --upgrade --force-reinstall scipy>=1.6.0 # Temporary fix for GLIBCXX_3.4.30 not found in conda forge version
pip install bm4d>=4.0.0
pip install bm4d>=4.2.2
pip install "ray[tune]>=2.0.0"
pip install hyperopt
# Install package to be tested
Expand Down
2 changes: 1 addition & 1 deletion data
Submodule data updated 0 files
2 changes: 2 additions & 0 deletions examples/examples_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ colour_demosaicing
xdesign>=0.5.5
ray[tune]>=2.0.0
hyperopt
bm3d>=4.0.0
bm4d>=4.2.2
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ matplotlib
jaxlib>=0.4.3,<=0.4.16
jax>=0.4.3,<=0.4.16
flax>=0.6.1,<=0.6.9
bm3d>=4.0.0
bm4d>=4.2.2
svmbir>=0.3.3
pyabel>=0.9.0

0 comments on commit b8c8bab

Please sign in to comment.