Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyji authored Jul 26, 2024
1 parent 7f0834b commit 54dfa58
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ classifiers = [
"Operating System :: OS Independent",
]

dependencies = [
"jax >= 0.4.20",
"jaxlib >= 0.4.20",
"tensorflow-probability >= 0.23.0",
"matplotlib >= 3.8.0",
"optax >= 0.1.7"
]

[project.urls]
Homepage = "https://github.com/YaoGroup/DIFFICE_jax"
Issues = "https://github.com/YaoGroup/DIFFICE_jax/issues"

0 comments on commit 54dfa58

Please sign in to comment.