Skip to content
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

Update github actions, add scheduled unit test #17

Merged
merged 3 commits into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Bump jax version requirements
  • Loading branch information
f0uriest committed Feb 1, 2024
commit 37292353a2e7b607c68e2deab3bbac53fb7cc2c6
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# standard install requirements
-r ./requirements.txt

jax[cpu] >= 0.3.2, <= 0.5.0

# building the docs
sphinx > 3.0.0
sphinx_copybutton
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
equinox
jax[cpu] >= 0.3.2, <= 0.4.20
numpy >= 1.20.0, < 1.25.0
scipy >= 1.5.0, < 1.11.0
jax >= 0.3.2, <= 0.5.0
numpy >= 1.20.0, < 2.0
scipy >= 1.5.0, < 2.0