Skip to content

Fix dependencies in requirements-dev.txt #5070

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 5 commits into from
Oct 14, 2021
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repos:
- id: pip-from-conda
additional_dependencies: [pyyaml]
entry: python scripts/generate_pip_deps_from_conda.py
files: ^conda-envs/
files: ^conda-envs/environment-dev-py.+.yml$
language: python
name: Generate pip dependency from conda
- id: no-relative-imports
Expand Down
5 changes: 2 additions & 3 deletions conda-envs/environment-dev-py37.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# "dev" conda envs are to be used by devs in setting their local environments
name: pymc-dev-py37
channels:
- conda-forge
Expand All @@ -8,7 +9,7 @@ dependencies:
- cachetools>=4.2.1
- cloudpickle
- fastprogress>=0.2.0
- h5py
- h5py>=2.7
- ipython
- myst-nb
- numpy>=1.15
Expand All @@ -20,13 +21,11 @@ dependencies:
- pytest>=3.0
- python-graphviz
- python=3.7
- recommonmark>=0.4
- scipy>1.4.1
- sphinx-autobuild>=0.7
- sphinx-notfound-page
- sphinx-panels
- sphinx>=1.5
- typing-extensions
- watermark
- pip:
- sphinx-design
5 changes: 2 additions & 3 deletions conda-envs/environment-dev-py38.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# "dev" conda envs are to be used by devs in setting their local environments
name: pymc-dev-py38
channels:
- conda-forge
Expand All @@ -8,7 +9,7 @@ dependencies:
- cachetools>=4.2.1
- cloudpickle
- fastprogress>=0.2.0
- h5py
- h5py>=2.7
- ipython
- myst-nb
- numpy>=1.15.0
Expand All @@ -20,13 +21,11 @@ dependencies:
- pytest>=3.0
- python-graphviz
- python=3.8
- recommonmark>=0.4
- scipy>1.4.1
- sphinx-autobuild>=0.7
- sphinx-notfound-page
- sphinx-panels
- sphinx>=1.5
- typing-extensions>=3.7.4
- watermark
- pip:
- sphinx-design
3 changes: 1 addition & 2 deletions conda-envs/environment-dev-py39.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# "dev" conda envs are to be used by devs in setting their local environments
name: pymc-dev-py39
channels:
- conda-forge
Expand All @@ -20,13 +21,11 @@ dependencies:
- pytest>=3.0
- python-graphviz
- python=3.9
- recommonmark>=0.4
- scipy>1.4.1
- sphinx-autobuild>=0.7
- sphinx-notfound-page
- sphinx-panels
- sphinx>=1.5
- typing-extensions>=3.7.4
- watermark
- pip:
- sphinx-design
11 changes: 2 additions & 9 deletions conda-envs/environment-test-py37.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,24 @@
# "test" conda envs are used to set up our CI environment in GitHub actions
name: pymc-test-py37
channels:
- conda-forge
- defaults
dependencies:
- aesara>=2.1.0
- arviz>=0.11.2
- arviz>=0.11.4
- 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
12 changes: 2 additions & 10 deletions conda-envs/environment-test-py38.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,24 @@
# "test" conda envs are used to set up our CI environment in GitHub actions
name: pymc-test-py38
channels:
- conda-forge
- defaults
dependencies:
- aesara>=2.1.0
- arviz>=0.11.2
- arviz>=0.11.4
- 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
12 changes: 2 additions & 10 deletions conda-envs/environment-test-py39.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,24 @@
# "test" conda envs are used to set up our CI environment in GitHub actions
name: pymc-test-py39
channels:
- conda-forge
- defaults
dependencies:
- aesara>=2.1.0
- arviz>=0.11.2
- arviz>=0.11.4
- 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
1 change: 0 additions & 1 deletion conda-envs/windows-environment-dev-py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ dependencies:
- pydata-sphinx-theme
- pytest-cov>=2.5
- pytest>=3.0
- recommonmark>=0.4
- sphinx-autobuild>=0.7
- sphinx-notfound-page
- sphinx-panels
Expand Down
11 changes: 1 addition & 10 deletions conda-envs/windows-environment-test-py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,8 @@ dependencies:
- python-graphviz
- scipy>1.4.1
- typing-extensions>=3.7.4
# Extra stuff for dev, testing and docs build
# Extra stuff for testing
- 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
11 changes: 5 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,24 @@
# See that file for comments about the need/usage of each dependency.

aesara>=2.1.0
arviz>=0.11.2
cachetools
arviz>=0.11.4
cachetools>=4.2.1
cloudpickle
fastprogress>=0.2.0
h5py>=2.7
ipython>=7.16
ipython
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
recommonmark>=0.4
scipy>1.4.1
sphinx-autobuild>=0.7
sphinx-design
sphinx-notfound-page
sphinx-panels
sphinx>=1.5
typing-extensions>=3.7.4
watermark