Skip to content

Commit

Permalink
upgraded jaxdf (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
astanziola authored Sep 17, 2024
1 parent e942ce3 commit 7f12f65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Upgraded `jaxdf` dependency

## [0.2.0] - 2023-12-18
### Fixed
Expand Down Expand Up @@ -111,4 +113,3 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[0.0.3]: https://github.com/ucl-bug/jwave/compare/0.0.2...0.0.3
[0.0.2]: https://github.com/ucl-bug/jwave/compare/0.0.1...0.0.2
[0.0.1]: https://github.com/ucl-bug/jwave/releases/tag/0.0.1

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.9"
jaxdf = "^0.2.7"
jaxdf = "^0.2.8"
matplotlib = "^3.0.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 7f12f65

Please sign in to comment.