Skip to content

Commit

Permalink
Update deps (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasturcani authored Oct 2, 2024
1 parent 943c156 commit 1d676e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"MCHammer",
"SpinDry",
"vabene",
"rdkit",
"rdkit != 2024.3.5",
]
requires-python = ">=3.11"
dynamic = ["version"]
Expand All @@ -29,7 +29,7 @@ readme = "README.rst"
[project.optional-dependencies]
dev = [
"ruff",
"moldoc",
"moldoc==3.0.0",
"mypy",
"pip-tools",
# TODO: Remove pin when https://github.com/TvoroG/pytest-lazy-fixture/issues/65 is resolved.
Expand Down

0 comments on commit 1d676e2

Please sign in to comment.