Skip to content

Commit

Permalink
Update conda env files (#4757)
Browse files Browse the repository at this point in the history
* Add dependencies to conda envs files

* Remove patsy dependency

* Pin scipy>1.4.1

* pre-commit change of requirements-dev.txt
  • Loading branch information
AlexAndorra authored Jun 17, 2021
1 parent e461eea commit 6eaf9a0
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 1 deletion.
9 changes: 8 additions & 1 deletion conda-envs/environment-dev-py37.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ channels:
- conda-forge
- defaults
dependencies:
- aesara>=2.0.9
- arviz>=0.11.2
- cachetools>=4.2.1
- dill
- fastprogress>=0.2.0
- h5py>=2.7
- ipython>=7.16
- libblas=*=*mkl
Expand All @@ -16,7 +21,9 @@ dependencies:
- pytest>=3.0
- python-graphviz
- python=3.7
- scipy=1.2
- recommonmark>=0.4
- scipy>1.4.1
- sphinx-autobuild>=0.7
- sphinx>=1.5
- typing-extensions
- watermark
11 changes: 11 additions & 0 deletions conda-envs/environment-dev-py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,28 @@ channels:
- conda-forge
- defaults
dependencies:
- aesara>=2.0.9
- arviz>=0.11.2
- cachetools>=4.2.1
- dill
- fastprogress>=0.2.0
- h5py>=2.7
- 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
- pytest-cov>=2.5
- pytest>=3.0
- python-graphviz
- python=3.8
- recommonmark>=0.4
- scipy>1.4.1
- sphinx-autobuild>=0.7
- sphinx>=1.5
- typing-extensions>=3.7.4
- watermark
11 changes: 11 additions & 0 deletions conda-envs/environment-dev-py39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,28 @@ channels:
- conda-forge
- defaults
dependencies:
- aesara>=2.0.9
- arviz>=0.11.2
- cachetools>=4.2.1
- dill
- fastprogress>=0.2.0
- h5py>=2.7
- ipython>=7.16
- libblas=*=*mkl
- mkl-service
- myst-nb
- nbsphinx>=0.4
- numpy>=1.15.0
- numpydoc>=0.9
- pandas>=0.24.0
- pre-commit>=2.8.0
- pytest-cov>=2.5
- pytest>=3.0
- python-graphviz
- python=3.9
- recommonmark>=0.4
- scipy>1.4.1
- sphinx-autobuild>=0.7
- sphinx>=1.5
- typing-extensions>=3.7.4
- watermark
11 changes: 11 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
# This file is auto-generated by scripts/generate_pip_deps_from_conda.py, do not modify.
# See that file for comments about the need/usage of each dependency.

aesara>=2.0.9
arviz>=0.11.2
cachetools>=4.2.1
dill
fastprogress>=0.2.0
h5py>=2.7
ipython>=7.16
myst-nb
nbsphinx>=0.4
numpy>=1.15.0
numpydoc>=0.9
pandas>=0.24.0
pre-commit>=2.8.0
pytest-cov>=2.5
pytest>=3.0
recommonmark>=0.4
scipy>1.4.1
sphinx-autobuild>=0.7
sphinx>=1.5
typing-extensions>=3.7.4
watermark

0 comments on commit 6eaf9a0

Please sign in to comment.