Skip to content

Commit a70145b

Browse files
authored
Merge pull request #180 from mrava87/build-armenv
build: added arm environment with different reqs for bm3d
2 parents 3ae8c82 + 08ab08a commit a70145b

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

environment-dev-arm.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: pyproximal
2+
channels:
3+
- defaults
4+
- conda-forge
5+
- numba
6+
dependencies:
7+
- python>=3.8.12
8+
- numpy>=1.15.0, <2.0.0
9+
- scipy>=1.8.0
10+
- pylops>=2.0.0
11+
- scikit-image
12+
- matplotlib
13+
- ipython
14+
- pytest
15+
- Sphinx
16+
- numpydoc
17+
- numba
18+
- icc_rt
19+
- pip:
20+
- bm3d
21+
- pytest-runner
22+
- setuptools_scm
23+
- pydata-sphinx-theme
24+
- sphinx-gallery
25+
- nbsphinx
26+
- image
27+
- sphinxemoji

environment-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ dependencies:
1717
- numba
1818
- icc_rt
1919
- pip:
20-
- bm4d<4.2.4 # temporary as gclib problem arises in readthedocs
21-
- bm3d<4.0.2 # temporary as gclib problem arises in readthedocs
20+
- bm4d<4.2.4 # temporary fix as GLIBC_2.32 not found by readthedocs
21+
- bm3d<4.0.2 # temporary fix as GLIBC_2.32 not found by readthedocs
2222
- pytest-runner
2323
- setuptools_scm
2424
- pydata-sphinx-theme

0 commit comments

Comments
 (0)