-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Only pin theano-pymc in requirements.txt #4322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
607ae03
:hammer: add scripts to check theano-pymc pins, to generate requireme…
MarcoGorelli ca8517b
:wrench: update conda envs and requirements-dev.txt
MarcoGorelli 42d79cb
:pencil: fix typo
MarcoGorelli ee82974
:memo: add docstrings
MarcoGorelli 468d8ec
:memo: update pip-to-conda docstring
MarcoGorelli bf58096
noop
MarcoGorelli 685b0e3
:fire: remove pin theano checks, just use requirements.txt
MarcoGorelli e59a962
local install in arviz compat
MarcoGorelli 92a85cf
:memo: switch -> checkout, note beginner friendly label
MarcoGorelli ea2d2fa
:memo: link to beginner friendly issues
MarcoGorelli fc16700
run generate pip deps from conda on all conda env files
MarcoGorelli 250fc9f
Merge branch 'pin-theano' of github.com:marcogorelli/pymc3 into pin-t…
MarcoGorelli 24a23e8
:wrench: make sure all conda-envs files generate requirements-dev
MarcoGorelli a8c0955
:twisted_rightwards_arrows: reorder some tests
MarcoGorelli 1e970ea
:art: remove trailing comma
MarcoGorelli 5c70305
Update scripts/generate_pip_deps_from_conda.py
twiecki File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
# 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.