Skip to content

Commit 404bf12

Browse files
authored
update dplutils minimum version to 0.8.0 (#88)
1 parent b85cc3d commit 404bf12

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ license = {file = "LICENSE"}
1111
requires-python = ">=3.11"
1212
dependencies = [
1313
"pandas",
14+
"dplutils>=0.8.0"
1415
]
1516

1617
[project.optional-dependencies]

requirements/prd.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ase==3.23.0
2-
dplutils==0.5.5
2+
dplutils>=0.8.0
33
pandas==2.2.2
44
ray[default]==2.35.0
55
rdkit_pypi==2022.9.5

0 commit comments

Comments
 (0)