Skip to content

Commit 92dd9ba

Browse files
authored
Update pyproject.toml
Update version + Bump python min requirement
1 parent d969d45 commit 92dd9ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "torchdyn"
3-
version = "1.0.4"
3+
version = "1.0.5"
44
license = "Apache License, Version 2.0"
55
description = "A PyTorch library entirely dedicated to neural differential equations, implicit models and related numerical methods."
66
authors = ["Michael Poli", "Stefano Massaroli", "DiffEqML"]
@@ -9,7 +9,7 @@ packages = [
99
]
1010

1111
[tool.poetry.dependencies]
12-
python = "^3.7"
12+
python = "^3.8"
1313
torch = "^1.8.1"
1414
torchsde="*"
1515
torchcde="^0.2.3"

0 commit comments

Comments
 (0)