Skip to content

Commit

Permalink
Merge pull request #11 from MolecularAI/3.1.0_docs
Browse files Browse the repository at this point in the history
pyproject.toml groups restored
  • Loading branch information
lewismervin1 authored Jul 2, 2024
2 parents 72c7d78 + 71bd32a commit e1c209f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,13 @@ jazzy = "0.0.13"
shap = "0.41.0"
MAPIE = "0.6.4"
protobuf = "4.25.3" # 5.26.0 causes an error

[tool.poetry.group.optimization.dependencies]
mlflow = "^1.19"
sqlalchemy = "1.4.46"
optuna = "^3.1.1"

[tool.poetry.group.dev.dependencies]
pydantic = "1.10.17"
coverage = ">5.1, <7.0"
matplotlib = "3.7.1"
Expand All @@ -47,6 +51,8 @@ autodoc-pydantic = "^1.8.0"
sphinx-pydantic = "^0.1.1"
pandoc = "^2.3"
plotly = "5.15.0"

[tool.poetry.group.peptide.dependencies]
peptides = "0.3.2"
chemistry-adapters = "0.0.2"

Expand Down

0 comments on commit e1c209f

Please sign in to comment.