Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions pyproject.toml

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(non-blocking) Dependency resolution took nearly an hour in the CI workflow, but I think that's mostly explained by the pandas v1 pin which is unrelated.

Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ numpyro = "^0.13.2"
blackjax = "^0.9.6"
matplotlib = "^3.9"
seaborn = "^0.13.2"
pyyaml = "^5 || ^6"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
jupyter = "^1.0.0"
pytest = "^7.1.2"

[tool.poetry.group.dev.dependencies]
black = "^24.4.2"
pylint = "^3.1.0"
wrapt = "^1.16.0"
Expand Down