mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-05-16 22:30:51 +02:00
Temporarily remove torch 2.5 from the list, since it doesn't work with Python 3.8. More on this in future commits
This commit is contained in:
parent
89ada5bfa9
commit
5337aa1a6e
@ -36,8 +36,8 @@ modules_to_check = {
|
||||
"2.3.1",
|
||||
"2.4.0",
|
||||
"2.4.1",
|
||||
"2.5.0",
|
||||
"2.5.1",
|
||||
# "2.5.0",
|
||||
# "2.5.1",
|
||||
),
|
||||
"torchvision": (
|
||||
"0.11.2",
|
||||
@ -56,8 +56,8 @@ modules_to_check = {
|
||||
"0.18.1",
|
||||
"0.19.0",
|
||||
"0.19.1",
|
||||
"0.20.0",
|
||||
"0.20.1",
|
||||
# "0.20.0",
|
||||
# "0.20.1",
|
||||
),
|
||||
"setuptools": "69.5.1",
|
||||
# "sdkit": "2.0.15.6", # checked later
|
||||
|
Loading…
Reference in New Issue
Block a user