Skip to content

Commit

Permalink
Bump to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilGirdhar committed Dec 29, 2020
1 parent fe4eb9d commit a4cbbde
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "efax"
version = "1.0.6"
version = "1.0.7"
description = "Exponential families for JAX"
license = "MIT"
authors = ["Neil Girdhar <mistersheik@gmail.com>"]
Expand All @@ -29,7 +29,7 @@ jax = "^0.2"
jaxlib = "^0.1.55"
numpy = ">=1.20.0rc2,<1.21"
scipy = "^1.4"
tjax = ">=0.7.5,<1.0"
tjax = ">=0.7.6,<1.0"

[tool.poetry.dev-dependencies]
pytest = "^6"
Expand Down

0 comments on commit a4cbbde

Please sign in to comment.