Skip to content

Commit d3d5cc7

Browse files
committed
Remove libblas, mkl and m2w64-toolchain dependencies. As PyMC3 itself does not compile anything, it should not have these dependencies. Instead, it is aesaras job to specify its compile-chain dependencies. Closes #4715.
1 parent 2cd0850 commit d3d5cc7

File tree

5 files changed

+0
-12
lines changed

5 files changed

+0
-12
lines changed

conda-envs/environment-dev-py37.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ dependencies:
1010
- fastprogress>=0.2.0
1111
- h5py>=2.7
1212
- ipython>=7.16
13-
- libblas=*=*mkl
14-
- mkl-service
1513
- myst-nb
1614
- numpy=1.15
1715
- numpydoc>=0.9

conda-envs/environment-dev-py38.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ dependencies:
1010
- fastprogress>=0.2.0
1111
- h5py>=2.7
1212
- ipython>=7.16
13-
- libblas=*=*mkl
14-
- mkl-service
1513
- myst-nb
1614
- nbsphinx>=0.4
1715
- numpy>=1.15.0

conda-envs/environment-dev-py39.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ dependencies:
1010
- fastprogress>=0.2.0
1111
- h5py>=2.7
1212
- ipython>=7.16
13-
- libblas=*=*mkl
14-
- mkl-service
1513
- myst-nb
1614
- nbsphinx>=0.4
1715
- numpy>=1.15.0

conda-envs/windows-environment-dev-py38.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ dependencies:
1111
- fastprogress>=0.2.0
1212
- h5py>=2.7
1313
- libpython
14-
- mkl-service
15-
- m2w64-toolchain
16-
- numba
1714
- numpy>=1.15.0
1815
- pandas>=0.24.0
1916
- pip

scripts/generate_pip_deps_from_conda.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@
4444
EXCLUDE = {
4545
"pip",
4646
"python",
47-
"libblas",
4847
"libpython",
49-
"m2w64-toolchain",
50-
"mkl-service",
5148
"numba",
5249
"scipy",
5350
"python-graphviz",

0 commit comments

Comments
 (0)