Skip to content

Commit

Permalink
add jax
Browse files Browse the repository at this point in the history
  • Loading branch information
condecon committed Jan 4, 2025
1 parent 57897bc commit 30ac520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
jax
numpy>=1.20.0
scipy>=1.13.0
pandas>=2.2.0
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"adaptivetesting.simulation",
"adaptivetesting.tests"],
install_requires=[
"jax",
"numpy>=1.20.0",
"scipy>=1.13.0",
"pandas>=2.2.0",
Expand Down

0 comments on commit 30ac520

Please sign in to comment.