Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Update version + Bump python min requirement
  • Loading branch information
atong01 committed Aug 22, 2023
1 parent d969d45 commit 92dd9ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "torchdyn"
version = "1.0.4"
version = "1.0.5"
license = "Apache License, Version 2.0"
description = "A PyTorch library entirely dedicated to neural differential equations, implicit models and related numerical methods."
authors = ["Michael Poli", "Stefano Massaroli", "DiffEqML"]
Expand All @@ -9,7 +9,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
torch = "^1.8.1"
torchsde="*"
torchcde="^0.2.3"
Expand Down

0 comments on commit 92dd9ba

Please sign in to comment.