-
-
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.
Only pin theano-pymc in requirements.txt (#4322)
* 🔨 add scripts to check theano-pymc pins, to generate requirements-dev from conda, to sort conda deps * 🔧 update conda envs and requirements-dev.txt * 📝 fix typo * 📝 add docstrings * 📝 update pip-to-conda docstring * noop * 🔥 remove pin theano checks, just use requirements.txt * local install in arviz compat * 📝 switch -> checkout, note beginner friendly label * 📝 link to beginner friendly issues * run generate pip deps from conda on all conda env files * 🔧 make sure all conda-envs files generate requirements-dev * 🔀 reorder some tests * 🎨 remove trailing comma * Update scripts/generate_pip_deps_from_conda.py Co-authored-by: Thomas Wiecki <thomas.wiecki@gmail.com>
- Loading branch information
1 parent
b953c40
commit eb4be99
Showing
11 changed files
with
280 additions
and
102 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
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 |
---|---|---|
@@ -1,31 +1,22 @@ | ||
name: pymc3-dev-py36 | ||
channels: | ||
- conda-forge | ||
- defaults | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- python=3.6 | ||
- arviz>=0.9 | ||
- theano-pymc==1.0.12 | ||
- numpy>=1.13 | ||
- scipy>=0.18 | ||
- pandas>=0.18 | ||
- patsy>=0.5 | ||
- fastprogress>=0.2 | ||
- h5py>=2.7 | ||
- typing-extensions>=3.7 | ||
- python-graphviz | ||
- 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 | ||
- dataclasses # python_version < 3.7 | ||
- contextvars # python_version < 3.7 | ||
- mkl-service | ||
- dill | ||
- libblas=*=*mkl | ||
- contextvars | ||
- dataclasses | ||
- h5py>=2.7 | ||
- ipython>=7.16 | ||
- libblas=*=*mkl | ||
- mkl-service | ||
- nbsphinx>=0.4 | ||
- numpydoc>=0.9 | ||
- pre-commit>=2.8.0 | ||
- pytest-cov>=2.5 | ||
- pytest>=3.0 | ||
- python-graphviz | ||
- python=3.6 | ||
- 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,20 @@ | ||
name: pymc3-dev-py37 | ||
channels: | ||
- conda-forge | ||
- defaults | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- python=3.7 | ||
- arviz>=0.9 | ||
- theano-pymc==1.0.12 | ||
- numpy>=1.13 | ||
- scipy>=0.18 | ||
- pandas>=0.18 | ||
- patsy>=0.5 | ||
- fastprogress>=0.2 | ||
- h5py>=2.7 | ||
- typing-extensions>=3.7 | ||
- python-graphviz | ||
- 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 | ||
- mkl-service | ||
- dill | ||
- libblas=*=*mkl | ||
- h5py>=2.7 | ||
- ipython>=7.16 | ||
- libblas=*=*mkl | ||
- mkl-service | ||
- nbsphinx>=0.4 | ||
- numpydoc>=0.9 | ||
- pre-commit>=2.8.0 | ||
- pytest-cov>=2.5 | ||
- pytest>=3.0 | ||
- python-graphviz | ||
- python=3.7 | ||
- 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,20 @@ | ||
name: pymc3-dev-py38 | ||
channels: | ||
- conda-forge | ||
- defaults | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- python=3.8 | ||
- arviz>=0.9 | ||
- theano-pymc==1.0.12 | ||
- numpy>=1.13 | ||
- scipy>=0.18 | ||
- pandas>=0.18 | ||
- patsy>=0.5 | ||
- fastprogress>=0.2 | ||
- h5py>=2.7 | ||
- typing-extensions>=3.7 | ||
- python-graphviz | ||
- 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 | ||
- mkl-service | ||
- dill | ||
- libblas=*=*mkl | ||
- h5py>=2.7 | ||
- ipython>=7.16 | ||
- libblas=*=*mkl | ||
- mkl-service | ||
- nbsphinx>=0.4 | ||
- numpydoc>=0.9 | ||
- pre-commit>=2.8.0 | ||
- pytest-cov>=2.5 | ||
- pytest>=3.0 | ||
- python-graphviz | ||
- python=3.8 | ||
- 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,14 @@ | ||
bokeh>=0.12.13 | ||
coverage>=5.1 | ||
dill | ||
graphviz>=0.8.3 | ||
ipython | ||
nbsphinx>=0.4.2 | ||
nose>=1.3.7 | ||
nose-parameterized==0.6.0 | ||
numpydoc>=0.9.1 | ||
parameterized | ||
# This file is auto-generated from by scripts/generate_pip_deps_from_conda.py, do not modify. | ||
# See that file for comments about the need/usage of each dependency. | ||
|
||
h5py>=2.7 | ||
ipython>=7.16 | ||
nbsphinx>=0.4 | ||
numpydoc>=0.9 | ||
pre-commit>=2.8.0 | ||
pycodestyle>=2.3.1 | ||
pyflakes>=1.5.0 | ||
pylint>=1.7.4 | ||
pytest>=3.0.7 | ||
pytest-cov>=2.5.1 | ||
pytest-xdist | ||
recommonmark>=0.4.0 | ||
seaborn>=0.8.1 | ||
sphinx>=1.5.5 | ||
sphinx-autobuild==0.7.1 | ||
pytest-cov>=2.5 | ||
pytest>=3.0 | ||
recommonmark>=0.4 | ||
sphinx-autobuild>=0.7 | ||
sphinx>=1.5 | ||
watermark |
Oops, something went wrong.