diff --git a/AI-Upscaling-With-NPU/pyproject.toml b/AI-Upscaling-With-NPU/pyproject.toml index e1f9a93..863913d 100644 --- a/AI-Upscaling-With-NPU/pyproject.toml +++ b/AI-Upscaling-With-NPU/pyproject.toml @@ -16,14 +16,14 @@ dependencies = [ "torchinfo>=1.8.0", "plotly>=6.0.0", "ffmpeg-python>=0.2.0", - "torch==2.8.0", + "torch==2.10.0", "certifi==2025.4.26", "h11==0.16.0", "idna==3.10", "jinja2==3.1.6", - "jupyterlab==4.4.8", + "jupyterlab==4.5.4", "notebook==7.4.1", - "requests==2.32.4", + "requests==2.32.5", "urllib3==2.6.3" ] diff --git a/LLM/rag/requirements.txt b/LLM/rag/requirements.txt index d901dc2..b467003 100644 --- a/LLM/rag/requirements.txt +++ b/LLM/rag/requirements.txt @@ -1,12 +1,12 @@ langchain==0.3.27 langchain-community==0.3.27 -langchain-core==0.3.81 +langchain-core==1.2.11 langchain-huggingface==0.1.2 huggingface-hub>=0.30.0 sentence-transformers==3.4.1 chromadb==0.6.3 transformers==4.57.6 pypdf==6.6.2 -torch==2.9.1 +torch==2.10.0 langchain-chroma==0.2.2 beautifulsoup4==4.13.3 \ No newline at end of file