Skip to content

Commit

Permalink
Updated dependencies pt. 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Old-Shatterhand committed Oct 14, 2024
1 parent 53a4939 commit d4fc150
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.7,<4.0"
numpy = "^1.21.4"
rdkit-pypi = ">=2021.9.2"
python = ">=3.9,<4.0"
numpy
rdkit = ">=2021.9.2"
antlr4-python3-runtime = "==4.13.1"
networkx = ">=2.6.3"
pydot = "^1.4.2"
Expand Down

0 comments on commit d4fc150

Please sign in to comment.