We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd56a60 commit d81469bCopy full SHA for d81469b
pyproject.toml
@@ -16,13 +16,13 @@ classifiers = [
16
"Operating System :: OS Independent",
17
]
18
dependencies = [
19
- "pillow==8.4.0",
20
- "tqdm==4.65.0",
21
- "importlib-resources==5.12.0",
22
- "pandas==1.2.3",
+ "pillow>=8.4.0",
+ "tqdm>=4.65.0",
+ "importlib-resources>=5.12.0",
+ "pandas>=1.2.3",
23
"numpy>1.18.1",
24
- "matplotlib==3.5.3",
25
- "pytorch-lightning==1.9.3"
+ "matplotlib>=3.5.3",
+ "pytorch-lightning>=1.9.3"
26
27
28
[tool.setuptools.package-data]
0 commit comments