We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85cc3d commit 404bf12Copy full SHA for 404bf12
pyproject.toml
@@ -11,6 +11,7 @@ license = {file = "LICENSE"}
11
requires-python = ">=3.11"
12
dependencies = [
13
"pandas",
14
+ "dplutils>=0.8.0"
15
]
16
17
[project.optional-dependencies]
requirements/prd.txt
@@ -1,5 +1,5 @@
1
ase==3.23.0
2
-dplutils==0.5.5
+dplutils>=0.8.0
3
pandas==2.2.2
4
ray[default]==2.35.0
5
rdkit_pypi==2022.9.5
0 commit comments