Skip to content

Commit

Permalink
Test McBackend support
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelosthege committed Feb 23, 2023
1 parent 008d016 commit 8f81dfa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda-envs/environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ dependencies:
- pip:
- git+https://github.com/pymc-devs/pymc-sphinx-theme
- numdifftools>=0.9.40
- mcbackend>=0.3.0
1 change: 1 addition & 0 deletions conda-envs/environment-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ dependencies:
- types-cachetools
- pip:
- numdifftools>=0.9.40
- mcbackend>=0.3.0
1 change: 1 addition & 0 deletions conda-envs/windows-environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ dependencies:
- pip:
- git+https://github.com/pymc-devs/pymc-sphinx-theme
- numdifftools>=0.9.40
- mcbackend>=0.3.0
1 change: 1 addition & 0 deletions conda-envs/windows-environment-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ dependencies:
- types-cachetools
- pip:
- numdifftools>=0.9.40
- mcbackend>=0.3.0
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ git+https://github.com/pymc-devs/pymc-sphinx-theme
h5py>=2.7
ipython>=7.16
jupyter-sphinx
mcbackend>=0.3.0
mypy==0.990
myst-nb
numdifftools>=0.9.40
Expand Down

0 comments on commit 8f81dfa

Please sign in to comment.