Skip to content

Commit

Permalink
Merge pull request #280 from astro-informatics/update_python_actions
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
alicjapolanska authored Feb 5, 2024
2 parents 4d46080 + 71f2659 commit 5fa73be
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: [3.11]

steps:
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jax
jaxlib
flax
#chex==0.1.6
distrax==0.1.3
distrax
cloudpickle
getdist
18 changes: 9 additions & 9 deletions requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
sphinx==4.2.0
nbsphinx-link==1.3.0
sphinx-rtd-theme==1.0.0
sphinx_toolbox==2.15.0
sphinx-tabs==3.2.0
sphinx-rtd-dark-mode==1.2.4
sphinxcontrib-bibtex==2.4.1
sphinx-git==11.0.0
sphinxcontrib-texfigure==0.1.3
sphinx
nbsphinx-link
sphinx-rtd-theme
sphinx_toolbox
sphinx-tabs
sphinx-rtd-dark-mode
sphinxcontrib-bibtex
sphinx-git
sphinxcontrib-texfigure

0 comments on commit 5fa73be

Please sign in to comment.