Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/tornado-6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiserls committed Jul 21, 2024
2 parents 10a04f8 + 5341789 commit 3b22044
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ All notable changes to this project will be documented in this file.

### Changed

- Raised required amici version to 0.26.1

### Fixed

- Seed numpy random number generator for reproducibility of pytest runs
Expand Down
10 changes: 5 additions & 5 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ emcee = ">=3.1.4"
jaxlib = ">=0.4.19"
tqdm = ">=4.66.1"
seedir = ">=0.4.2"
amici = { version = "^0.25.1", optional = true }
amici = { version = ">=0.26.1", optional = true }
scikit-learn = "^1.3.1"

[tool.poetry.extras]
Expand Down

0 comments on commit 3b22044

Please sign in to comment.