Skip to content

Commit

Permalink
test workflow for deploying to pages
Browse files Browse the repository at this point in the history
  • Loading branch information
csaben committed Apr 10, 2024
1 parent 5fde88c commit 43f0f5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build-and-deploy:
strategy:
matrix:
python-version: [ 3.8 ] # Define Python version
python-version: [ 3.11 ] # Define Python version
os: [ ubuntu-latest ] # Define OS
runs-on: ${{ matrix.os }}

Expand Down
8 changes: 4 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ nbconvert==6.5.0 # Fix https://github.com/patrick-kidger/equinox/issues/
# Dependencies of Equinox itself.
# Always use most up-to-date versions.

jaxlib==0.4.17
equinox==0.11.2
optax==0.1.7
chex==0.1.85
# jaxlib==0.4.17
# equinox==0.11.2
# optax==0.1.7
# chex==0.1.85

0 comments on commit 43f0f5b

Please sign in to comment.