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 86e38cb commit d113fb6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ numpyro = {version = "*", optional = true}
arviz = {version = "*", optional = true}
funsor = {version = "*", optional = true}
torch = [
{version = "<=2.1.0", platform = "darwin"},
{version = "<=2.1.0", platform = "linux", source = "torch"},
{version = "<=2.1.0", platform = "win32", source = "torch"},
]
{version = "^2.0.1", platform = "darwin"},
{version = "^2.0.1", platform = "linux", source = "torch"},
{version = "^2.0.1", platform = "win32", source = "torch"}, ]
lightning = "*"

[[tool.poetry.source]]
Expand All @@ -46,7 +45,7 @@ opentsne = "*"
umap-learn = "*"
rdata = "*"
torch = "*"
torchvision = "*"
torchvision = "0.17.0"
pre-commit = "*"


Expand Down

0 comments on commit d113fb6

Please sign in to comment.