diff --git a/modules/modeling/module_modeling_llm/pyproject.toml b/modules/modeling/module_modeling_llm/pyproject.toml index 13b762c6..da2b3cd3 100644 --- a/modules/modeling/module_modeling_llm/pyproject.toml +++ b/modules/modeling/module_modeling_llm/pyproject.toml @@ -8,20 +8,20 @@ license = "MIT" [tool.poetry.dependencies] python = "3.11.*" athena = { git = "https://github.com/ls1intum/Athena.git", rev = "ccd00cf8346e76738a66e7f4cf04c84aa4cb4378", subdirectory = "athena"} -openai = "^1.42.0" -langchain = "^0.2.15" -python-dotenv = "^1.0.0" -nltk = "^3.8.1" -gitpython = "^3.1.41" -replicate = "^0.11.0" -tiktoken = "^0.7.0" -langsmith = "^0.1.106" -langchain-openai = "^0.1.23" +openai = "1.42.0" +langchain = "0.2.15" +python-dotenv = "1.0.0" +nltk = "3.8.1" +gitpython = "3.1.41" +replicate = "0.11.0" +tiktoken = "0.7.0" +langsmith = "0.1.106" +langchain-openai = "0.1.23" [tool.poetry.group.dev.dependencies] pydantic = "1.10.17" -prospector = "^1.10.2" -types-requests = "^2.31.0.8" +prospector = "1.10.2" +types-requests = "2.31.0.8" [tool.poetry.scripts] module = "athena:run_module"