Skip to content

Commit

Permalink
doc: test new setup for bm3d
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Jul 12, 2024
1 parent 3ae8c82 commit 7989188
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ build:
os: ubuntu-20.04
tools:
python: "3.9"
apt_packages:
- libc6
# - libopenblas-dev

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
3 changes: 1 addition & 2 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ dependencies:
- numba
- icc_rt
- pip:
- bm4d<4.2.4 # temporary as gclib problem arises in readthedocs
- bm3d<4.0.2 # temporary as gclib problem arises in readthedocs
- bm3d
- pytest-runner
- setuptools_scm
- pydata-sphinx-theme
Expand Down
3 changes: 1 addition & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ numba
scikit-image
matplotlib
ipython
bm4d<4.2.4 # temporary as gclib problem arises in readthedocs
bm3d<4.0.2 # temporary as gclib problem arises in readthedocs
bm3d
pytest
pytest-runner
setuptools_scm
Expand Down

0 comments on commit 7989188

Please sign in to comment.