Skip to content

Commit

Permalink
Big Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jameschapman19 committed Apr 18, 2024
1 parent a95f199 commit 86e38cb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ numpyro = {version = "*", optional = true}
arviz = {version = "*", optional = true}
funsor = {version = "*", optional = true}
torch = [
{version = "^2.0.1", platform = "darwin"},
{version = "^2.0.1", platform = "linux", source = "torch"},
{version = "^2.0.1", platform = "win32", source = "torch"}, ]
{version = "<=2.1.0", platform = "darwin"},
{version = "<=2.1.0", platform = "linux", source = "torch"},
{version = "<=2.1.0", platform = "win32", source = "torch"},
]
lightning = "*"

[[tool.poetry.source]]
Expand Down

0 comments on commit 86e38cb

Please sign in to comment.