Skip to content

Commit

Permalink
update keras_efficient_kan version to incorporate fix for serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
remigenet committed Sep 9, 2024
1 parent 93c5af6 commit c8a0621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "tkan"
version = "0.4.1"
version = "0.4.2"
description = "Temporal KAN model"
authors = [ "Rémi Genet", "Hugo Inzirillo"]
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ packages = [{include = "tkan"}]
[tool.poetry.dependencies]
python = ">=3.9,<3.12"
keras = ">=3.0.0,<4.0"
keras_efficient_kan = "^0.1.4"
keras_efficient_kan = "^0.1.5"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"
Expand Down

0 comments on commit c8a0621

Please sign in to comment.