Skip to content

Commit

Permalink
beartype install
Browse files Browse the repository at this point in the history
  • Loading branch information
homerjed committed Sep 29, 2024
1 parent 40268eb commit 7881098
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "sbgm"
version = "0.0.15"
version = "0.0.16"
description = "Score-based Diffusion models in JAX."
readme = "README.md"
requires-python ="~=3.12"
Expand Down Expand Up @@ -30,6 +30,7 @@ dependencies = [
'equinox>=0.11.5',
'diffrax>=0.6.0',
'optax>=0.2.3',
'beartype',
'ml_collections',
'numpy',
'matplotlib',
Expand Down

0 comments on commit 7881098

Please sign in to comment.