-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove libblas, mkl and m2w64-toolchain dependencies (#4932)
* 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. Add custom envs for testing. Remove patsy dependency. * Regenerate rerquirements.
- Loading branch information
Showing
12 changed files
with
157 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: pymc3-test-py37 | ||
channels: | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- aesara>=2.1.0 | ||
- arviz>=0.11.2 | ||
- cachetools>=4.2.1 | ||
- cloudpickle | ||
- fastprogress>=0.2.0 | ||
- h5py>=2.7 | ||
- ipython | ||
- libblas=*=*mkl | ||
- mkl-service | ||
- myst-nb | ||
- numpy>=1.15.0 | ||
- numpydoc>=0.9 | ||
- pandas=0.24 | ||
- pre-commit>=2.8.0 | ||
- pydata-sphinx-theme | ||
- pytest-cov>=2.5 | ||
- pytest>=3.0 | ||
- python-graphviz | ||
- python=3.7 | ||
- recommonmark>=0.4 | ||
- scipy>1.4.1 | ||
- sphinx-autobuild>=0.7 | ||
- sphinx-panels | ||
- sphinx>=1.5 | ||
- typing-extensions | ||
- watermark |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: pymc3-test-py38 | ||
channels: | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- aesara>=2.1.0 | ||
- arviz>=0.11.2 | ||
- cachetools>=4.2.1 | ||
- cloudpickle | ||
- fastprogress>=0.2.0 | ||
- h5py>=2.7 | ||
- ipython | ||
- libblas=*=*mkl | ||
- mkl-service | ||
- myst-nb | ||
- nbsphinx>=0.4 | ||
- numpy>=1.15.0 | ||
- numpydoc>=0.9 | ||
- pandas | ||
- pre-commit>=2.8.0 | ||
- pydata-sphinx-theme | ||
- pytest-cov>=2.5 | ||
- pytest>=3.0 | ||
- python-graphviz | ||
- python=3.8 | ||
- recommonmark>=0.4 | ||
- scipy>1.4.1 | ||
- sphinx-autobuild>=0.7 | ||
- sphinx-panels | ||
- sphinx>=1.5 | ||
- typing-extensions>=3.7.4 | ||
- watermark |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: pymc3-test-py39 | ||
channels: | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- aesara>=2.1.0 | ||
- arviz>=0.11.2 | ||
- cachetools | ||
- cloudpickle | ||
- fastprogress>=0.2.0 | ||
- h5py | ||
- ipython>=7.16 | ||
- libblas=*=*mkl | ||
- mkl-service | ||
- myst-nb | ||
- nbsphinx>=0.4 | ||
- numpy>=1.15.0 | ||
- numpydoc>=0.9 | ||
- pandas | ||
- pre-commit>=2.8.0 | ||
- pydata-sphinx-theme | ||
- pytest-cov>=2.5 | ||
- pytest>=3.0 | ||
- python-graphviz | ||
- python=3.9 | ||
- recommonmark>=0.4 | ||
- scipy>1.4.1 | ||
- sphinx-autobuild>=0.7 | ||
- sphinx-panels | ||
- sphinx>=1.5 | ||
- typing-extensions>=3.7.4 | ||
- watermark |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: pymc3-test-py38 | ||
channels: | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
# base dependencies (see install guide for Windows) | ||
- aesara>=2.1.0 | ||
- arviz>=0.11.2 | ||
- cachetools | ||
- cloudpickle | ||
- fastprogress>=0.2.0 | ||
- h5py>=2.7 | ||
- libpython | ||
- mkl-service | ||
- m2w64-toolchain | ||
- numpy>=1.15.0 | ||
- pandas | ||
- pip | ||
- python=3.8 | ||
- python-graphviz | ||
- scipy>1.4.1 | ||
- typing-extensions>=3.7.4 | ||
# Extra stuff for dev, testing and docs build | ||
- ipython>=7.16 | ||
- myst-nb | ||
- nbsphinx>=0.4 | ||
- numpydoc>=0.9 | ||
- pre-commit>=2.8.0 | ||
- pydata-sphinx-theme | ||
- pytest-cov>=2.5 | ||
- pytest>=3.0 | ||
- recommonmark>=0.4 | ||
- sphinx-autobuild>=0.7 | ||
- sphinx-panels | ||
- sphinx>=1.5 | ||
- watermark |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,5 @@ cloudpickle | |
fastprogress>=0.2.0 | ||
numpy>=1.15.0 | ||
pandas>=0.24.0 | ||
patsy>=0.5.1 | ||
scipy>=1.4.1 | ||
typing-extensions>=3.7.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,7 @@ | |
"pip", | ||
"python", | ||
"libblas", | ||
"libblas=*=*mkl", | ||
"libpython", | ||
"m2w64-toolchain", | ||
"mkl-service", | ||
|