Skip to content

Commit d81469b

Browse files
author
jd326f6
committed
new pandas version required
1 parent dd56a60 commit d81469b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ classifiers = [
1616
"Operating System :: OS Independent",
1717
]
1818
dependencies = [
19-
"pillow==8.4.0",
20-
"tqdm==4.65.0",
21-
"importlib-resources==5.12.0",
22-
"pandas==1.2.3",
19+
"pillow>=8.4.0",
20+
"tqdm>=4.65.0",
21+
"importlib-resources>=5.12.0",
22+
"pandas>=1.2.3",
2323
"numpy>1.18.1",
24-
"matplotlib==3.5.3",
25-
"pytorch-lightning==1.9.3"
24+
"matplotlib>=3.5.3",
25+
"pytorch-lightning>=1.9.3"
2626
]
2727

2828
[tool.setuptools.package-data]

0 commit comments

Comments
 (0)