Skip to content

Commit

Permalink
bump version for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-coogan committed Apr 21, 2023
1 parent e8265c2 commit 427fc2a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tarp"
version = "0.0.1"
version = "0.0.2"
authors = [
{name = "Adam Coogan", email = "[email protected]"},
{name = "Pablo Lemos", email = "[email protected]"},
Expand All @@ -15,12 +15,7 @@ classifiers = [
"Operating System :: OS Independent",
]
keywords = ["bayesian", "coverage", "posterior", "statistics"]
dependencies = [
# "jax",
# "jaxlib",
"numpy",
# "torch",
]
dependencies = ["numpy"]

[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit 427fc2a

Please sign in to comment.