bump dependencies
This commit is contained in:
@@ -5,12 +5,12 @@ description = ""
|
||||
authors = ["Marco Lee <marco@goodnotesapp.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8"
|
||||
python = ">=3.8,<3.11"
|
||||
pygame = "^2.0.1"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
torch = "^1.8.1"
|
||||
torchvision = "^0.11.3"
|
||||
torch = "^2.0.0"
|
||||
torchvision = "^0.15.0"
|
||||
numpy = "^1.20.2"
|
||||
scikit-image = "^0.19.3"
|
||||
svgwrite = "^1.4.1"
|
||||
|
Reference in New Issue
Block a user