Skip to content

Commit

Permalink
chore(deps): bump thermo from 0.2.27 to 0.3.0
Browse files Browse the repository at this point in the history
Bumps [thermo](https://github.com/CalebBell/thermo) from 0.2.27 to 0.3.0.
- [Release notes](https://github.com/CalebBell/thermo/releases)
- [Changelog](https://github.com/CalebBell/thermo/blob/master/changelog.md)
- [Commits](https://github.com/CalebBell/thermo/commits/0.3.0)

---
updated-dependencies:
- dependency-name: thermo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent 256942c commit 88eff65
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 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 @@ -69,7 +69,7 @@ scipy = "^1.10"
jax = { version = "^0.4", optional = true }
jaxlib = { version = "^0.4", optional = true }
rich = { version = "^13", optional = true }
thermo = { version = "^0.2", optional = true }
thermo = { version = ">=0.2,<0.4", optional = true }

[tool.poetry.extras]
cli = ["rich"]
Expand Down

0 comments on commit 88eff65

Please sign in to comment.