Skip to content

Commit d55b6e1

Browse files
committed
remove version restriction for diffusers
1 parent 121366f commit d55b6e1

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,15 @@ description = "Diffusers implementation of Noise Conditional Score Networks (NCS
55
readme = "README.md"
66
requires-python = ">=3.10"
77
dependencies = [
8-
"diffusers[torch]>=0.31.0,!=0.32.1",
8+
"diffusers[torch]>=0.31.0",
99
"einops>=0.7.0",
1010
"torch>=1.0.0",
1111
"torchvision>=0.2.1",
1212
"transformers>=4.30.0",
1313
]
1414

1515
[project.optional-dependencies]
16-
training = [
17-
"matplotlib>=3.10.0",
18-
]
16+
training = ["matplotlib>=3.10.0"]
1917

2018
[dependency-groups]
2119
dev = ["mypy>=1.0.0", "pytest>=6.0.0", "ruff>=0.1.5"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)