From 5b7e1d2f125839e449818099e7a3f8ece017b95b Mon Sep 17 00:00:00 2001 From: Maximilian Soelch Date: Thu, 5 Dec 2024 14:30:32 +0100 Subject: [PATCH] Update athena core package in themisml, coffee and example module --- modules/programming/module_example/pyproject.toml | 2 +- modules/programming/module_programming_themisml/pyproject.toml | 2 +- modules/text/module_text_cofee/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/programming/module_example/pyproject.toml b/modules/programming/module_example/pyproject.toml index 4053d703..69b85e19 100644 --- a/modules/programming/module_example/pyproject.toml +++ b/modules/programming/module_example/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "3.11.*" # if you have local changes in the common Athena module, use the line below. Otherwise, please use a VCS stable version. Also, a version with tag = "" is possible. # athena = { path = "../athena", develop = true } -athena = { git = "https://github.com/ls1intum/Athena.git", rev = "ccd00cf8346e76738a66e7f4cf04c84aa4cb4378", subdirectory = "athena"} +athena = { git = "https://github.com/ls1intum/Athena.git", rev = "bbb2bb0", subdirectory = "athena"} [tool.poetry.group.dev.dependencies] types-requests = "^2.31.0.8" diff --git a/modules/programming/module_programming_themisml/pyproject.toml b/modules/programming/module_programming_themisml/pyproject.toml index 373956ee..2195ac1d 100644 --- a/modules/programming/module_programming_themisml/pyproject.toml +++ b/modules/programming/module_programming_themisml/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "3.11.*" # if you have local changes in the common Athena module, use the line below. Otherwise, please use a VCS stable version. Also, a version with tag = "" is possible. # athena = { path = "../athena", develop = true } -athena = { git = "https://github.com/ls1intum/Athena.git", rev = "ccd00cf8346e76738a66e7f4cf04c84aa4cb4378", subdirectory = "athena"} +athena = { git = "https://github.com/ls1intum/Athena.git", rev = "bbb2bb0", subdirectory = "athena"} antlr4-python3-runtime = "^4.13.1" code-bert-score = "^0.4.1" torch = [ diff --git a/modules/text/module_text_cofee/pyproject.toml b/modules/text/module_text_cofee/pyproject.toml index b442e814..3492f5c9 100644 --- a/modules/text/module_text_cofee/pyproject.toml +++ b/modules/text/module_text_cofee/pyproject.toml @@ -13,7 +13,7 @@ requests = "^2.31.0" [tool.poetry.dev-dependencies] # if you have local changes in the common Athena module, use the line below. Otherwise, please use a VCS stable version. Also, a version with tag = "" is possible. # athena = { path = "../athena", develop = true } -athena = { git = "https://github.com/ls1intum/Athena.git", rev = "ccd00cf8346e76738a66e7f4cf04c84aa4cb4378", subdirectory = "athena"} +athena = { git = "https://github.com/ls1intum/Athena.git", rev = "bbb2bb0", subdirectory = "athena"} pydantic = "1.10.17" prospector = "^1.10.2"