diff --git a/CHANGELOG.md b/CHANGELOG.md index 936a9e4..884e451 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 - diff --git a/pyproject.toml b/pyproject.toml index cff1d7e..c1548b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]