Skip to content

Commit

Permalink
update tkan version requirement and tkat version
Browse files Browse the repository at this point in the history
  • Loading branch information
remigenet committed Nov 14, 2024
1 parent c7d6b73 commit 2940f67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 = "tkat"
version = "0.2.1"
version = "0.2.2"
description = "Temporal KAN Transformer"
authors = [ "Rémi Genet", "Hugo Inzirillo"]
readme = "README.md"
Expand All @@ -13,8 +13,8 @@ packages = [{include = "tkat"}]
[tool.poetry.dependencies]
python = ">=3.9,<3.13"
keras = ">=3.0.0,<4.0"
keras_efficient_kan = "^0.1.6"
tkan = "^0.4.2"
keras_efficient_kan = "^0.1.9"
tkan = "^0.4.3"

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

0 comments on commit 2940f67

Please sign in to comment.