-
-
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.
Create dedicated environment YML for Windows
The install installation guide for Windows was recently updated after it was discovered that the combination of numba+scipy dependencies leads to the correct installation of BLAS dependencies.
- Loading branch information
1 parent
9e4c7f9
commit 9c1bb54
Showing
3 changed files
with
39 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: pymc3-dev-py38 | ||
channels: | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
# base dependencies (see install guide for Windows) | ||
- h5py>=2.7 | ||
- libpython | ||
- mkl-service | ||
- m2w64-toolchain | ||
- numba | ||
- pip | ||
- python=3.8 | ||
- python-graphviz | ||
- scipy | ||
# Extra stuff for dev, testing and docs build | ||
- ipython>=7.16 | ||
- nbsphinx>=0.4 | ||
- numpydoc>=0.9 | ||
- pre-commit>=2.8.0 | ||
- pytest-cov>=2.5 | ||
- pytest>=3.0 | ||
- recommonmark>=0.4 | ||
- sphinx-autobuild>=0.7 | ||
- 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