Skip to content

Commit

Permalink
Update pyprojet.toml, move dependencies to correct group
Browse files Browse the repository at this point in the history
  • Loading branch information
yinchi committed May 5, 2024
1 parent 68c7f1b commit 1ba2bda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,19 @@ pydantic = "^2.7.1"
dacite = "^1.8.1"
scipy = "^1.13.0"
salabim = "^24.0.4.post1"
ipykernel = "^6.29.4"


[tool.poetry.group.dev.dependencies]
ipykernel = "^6.29.4"
matplotlib = "^3.8.4"
pylint = "^3.1.0"
erdantic = "^1.0.2"
sphobjinv = "^2.3.1"


[tool.poetry.group.doc.dependencies]
sphinx = "^7.3.7"
myst-parser = "^3.0.1"
sphinx-rtd-theme = "^2.0.0"
sphobjinv = "^2.3.1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 1ba2bda

Please sign in to comment.