Benjamin-Loison / pip

The Python package installer
https://pip.pypa.io/
MIT License
0 stars 0 forks source link

2 executions of `pipupdate` necessary #9

Open Benjamin-Loison opened 2 months ago

Benjamin-Loison commented 2 months ago

Description

On IPOL computation server:

alias pipupdate="pip install --upgrade pip && pip --disable-pip-version-check list --outdated --format=json | python3 -c \"import json, sys; print('\n'.join([x['name'] for x in json.load(sys.stdin)]))\" | xargs -n1 pip install -U"

Source: the Stack Overflow answer 3452888

pipupdate

output.txt

pipupdate

output.txt

pipupdate
Requirement already satisfied: pip in ./.venv/lib/python3.11/site-packages (24.1.2)
ERROR: You must give at least one requirement to install (see "pip help install")

Related to #4, #5 and #8.

+2

Expected behavior

No response

pip version

Not read.

Python version

Not read.

OS

Not read.

How to Reproduce

Not read.

Output

No response

Code of Conduct

Benjamin-Loison commented 3 weeks ago

On Debian 12 OverClock3000:

pipupdate
Requirement already satisfied: pip in ./venv/lib/python3.11/site-packages (24.1.2)
Collecting pip
  Downloading pip-24.2-py3-none-any.whl.metadata (3.6 kB)
Downloading pip-24.2-py3-none-any.whl (1.8 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 26.1 MB/s eta 0:00:00
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 24.1.2
    Uninstalling pip-24.1.2:
      Successfully uninstalled pip-24.1.2
Successfully installed pip-24.2
Requirement already satisfied: aiohttp-socks in ./venv/lib/python3.11/site-packages (0.8.4)
Collecting aiohttp-socks
  Downloading aiohttp_socks-0.9.0-py3-none-any.whl.metadata (3.0 kB)
Requirement already satisfied: aiohttp>=3.10.0 in ./venv/lib/python3.11/site-packages (from aiohttp-socks) (3.10.5)
Requirement already satisfied: python-socks<3.0.0,>=2.4.3 in ./venv/lib/python3.11/site-packages (from python-socks[asyncio]<3.0.0,>=2.4.3->aiohttp-socks) (2.5.1)
Requirement already satisfied: aiohappyeyeballs>=2.3.0 in ./venv/lib/python3.11/site-packages (from aiohttp>=3.10.0->aiohttp-socks) (2.4.0)
Requirement already satisfied: aiosignal>=1.1.2 in ./venv/lib/python3.11/site-packages (from aiohttp>=3.10.0->aiohttp-socks) (1.3.1)
Requirement already satisfied: attrs>=17.3.0 in ./venv/lib/python3.11/site-packages (from aiohttp>=3.10.0->aiohttp-socks) (23.2.0)
Requirement already satisfied: frozenlist>=1.1.1 in ./venv/lib/python3.11/site-packages (from aiohttp>=3.10.0->aiohttp-socks) (1.4.1)
Requirement already satisfied: multidict<7.0,>=4.5 in ./venv/lib/python3.11/site-packages (from aiohttp>=3.10.0->aiohttp-socks) (6.0.5)
Requirement already satisfied: yarl<2.0,>=1.0 in ./venv/lib/python3.11/site-packages (from aiohttp>=3.10.0->aiohttp-socks) (1.9.4)
Requirement already satisfied: async-timeout>=3.0.1 in ./venv/lib/python3.11/site-packages (from python-socks[asyncio]<3.0.0,>=2.4.3->aiohttp-socks) (4.0.3)
Requirement already satisfied: idna>=2.0 in ./venv/lib/python3.11/site-packages (from yarl<2.0,>=1.0->aiohttp>=3.10.0->aiohttp-socks) (3.7)
Downloading aiohttp_socks-0.9.0-py3-none-any.whl (9.7 kB)
Installing collected packages: aiohttp-socks
  Attempting uninstall: aiohttp-socks
    Found existing installation: aiohttp-socks 0.8.4
    Uninstalling aiohttp-socks-0.8.4:
      Successfully uninstalled aiohttp-socks-0.8.4
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
matrix-nio 0.25.0 requires aiohttp-socks<0.9.0,>=0.8.4, but you have aiohttp-socks 0.9.0 which is incompatible.
Successfully installed aiohttp-socks-0.9.0
Requirement already satisfied: alembic in ./venv/lib/python3.11/site-packages (1.13.1)
Collecting alembic
  Downloading alembic-1.13.2-py3-none-any.whl.metadata (7.4 kB)
Requirement already satisfied: SQLAlchemy>=1.3.0 in ./venv/lib/python3.11/site-packages (from alembic) (2.0.30)
Requirement already satisfied: Mako in ./venv/lib/python3.11/site-packages (from alembic) (1.3.5)
Requirement already satisfied: typing-extensions>=4 in ./venv/lib/python3.11/site-packages (from alembic) (4.12.2)
Requirement already satisfied: greenlet!=0.4.17 in ./venv/lib/python3.11/site-packages (from SQLAlchemy>=1.3.0->alembic) (3.0.3)
Requirement already satisfied: MarkupSafe>=0.9.2 in ./venv/lib/python3.11/site-packages (from Mako->alembic) (2.1.5)
Downloading alembic-1.13.2-py3-none-any.whl (232 kB)
Installing collected packages: alembic
  Attempting uninstall: alembic
    Found existing installation: alembic 1.13.1
    Uninstalling alembic-1.13.1:
      Successfully uninstalled alembic-1.13.1
Successfully installed alembic-1.13.2
Requirement already satisfied: attrs in ./venv/lib/python3.11/site-packages (23.2.0)
Collecting attrs
  Downloading attrs-24.2.0-py3-none-any.whl.metadata (11 kB)
Downloading attrs-24.2.0-py3-none-any.whl (63 kB)
Installing collected packages: attrs
  Attempting uninstall: attrs
    Found existing installation: attrs 23.2.0
    Uninstalling attrs-23.2.0:
      Successfully uninstalled attrs-23.2.0
Successfully installed attrs-24.2.0
Requirement already satisfied: cachetools in ./venv/lib/python3.11/site-packages (5.3.3)
Collecting cachetools
  Downloading cachetools-5.5.0-py3-none-any.whl.metadata (5.3 kB)
Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB)
Installing collected packages: cachetools
  Attempting uninstall: cachetools
    Found existing installation: cachetools 5.3.3
    Uninstalling cachetools-5.3.3:
      Successfully uninstalled cachetools-5.3.3
Successfully installed cachetools-5.5.0
Requirement already satisfied: certifi in ./venv/lib/python3.11/site-packages (2024.6.2)
Collecting certifi
  Downloading certifi-2024.7.4-py3-none-any.whl.metadata (2.2 kB)
Downloading certifi-2024.7.4-py3-none-any.whl (162 kB)
Installing collected packages: certifi
  Attempting uninstall: certifi
    Found existing installation: certifi 2024.6.2
    Uninstalling certifi-2024.6.2:
      Successfully uninstalled certifi-2024.6.2
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
dropbox 12.0.2 requires stone<3.3.3,>=2, but you have stone 3.3.6 which is incompatible.
Successfully installed certifi-2024.7.4
Requirement already satisfied: cffi in ./venv/lib/python3.11/site-packages (1.16.0)
Collecting cffi
  Downloading cffi-1.17.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
Requirement already satisfied: pycparser in ./venv/lib/python3.11/site-packages (from cffi) (2.22)
Downloading cffi-1.17.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (466 kB)
Installing collected packages: cffi
  Attempting uninstall: cffi
    Found existing installation: cffi 1.16.0
    Uninstalling cffi-1.16.0:
      Successfully uninstalled cffi-1.16.0
Successfully installed cffi-1.17.0
Requirement already satisfied: contourpy in ./venv/lib/python3.11/site-packages (1.2.1)
Collecting contourpy
  Downloading contourpy-1.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.4 kB)
Requirement already satisfied: numpy>=1.23 in ./venv/lib/python3.11/site-packages (from contourpy) (1.26.4)
Downloading contourpy-1.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (323 kB)
Installing collected packages: contourpy
  Attempting uninstall: contourpy
    Found existing installation: contourpy 1.2.1
    Uninstalling contourpy-1.2.1:
      Successfully uninstalled contourpy-1.2.1
Successfully installed contourpy-1.3.0
Requirement already satisfied: cryptography in ./venv/lib/python3.11/site-packages (42.0.8)
Collecting cryptography
  Downloading cryptography-43.0.0-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB)
Requirement already satisfied: cffi>=1.12 in ./venv/lib/python3.11/site-packages (from cryptography) (1.17.0)
Requirement already satisfied: pycparser in ./venv/lib/python3.11/site-packages (from cffi>=1.12->cryptography) (2.22)
Downloading cryptography-43.0.0-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 29.9 MB/s eta 0:00:00
Installing collected packages: cryptography
  Attempting uninstall: cryptography
    Found existing installation: cryptography 42.0.8
    Uninstalling cryptography-42.0.8:
      Successfully uninstalled cryptography-42.0.8
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pyopenssl 24.1.0 requires cryptography<43,>=41.0.5, but you have cryptography 43.0.0 which is incompatible.
Successfully installed cryptography-43.0.0
Requirement already satisfied: discord.py in ./venv/lib/python3.11/site-packages (2.3.2)
Collecting discord.py
  Downloading discord.py-2.4.0-py3-none-any.whl.metadata (6.9 kB)
Requirement already satisfied: aiohttp<4,>=3.7.4 in ./venv/lib/python3.11/site-packages (from discord.py) (3.10.5)
Requirement already satisfied: aiohappyeyeballs>=2.3.0 in ./venv/lib/python3.11/site-packages (from aiohttp<4,>=3.7.4->discord.py) (2.4.0)
Requirement already satisfied: aiosignal>=1.1.2 in ./venv/lib/python3.11/site-packages (from aiohttp<4,>=3.7.4->discord.py) (1.3.1)
Requirement already satisfied: attrs>=17.3.0 in ./venv/lib/python3.11/site-packages (from aiohttp<4,>=3.7.4->discord.py) (24.2.0)
Requirement already satisfied: frozenlist>=1.1.1 in ./venv/lib/python3.11/site-packages (from aiohttp<4,>=3.7.4->discord.py) (1.4.1)
Requirement already satisfied: multidict<7.0,>=4.5 in ./venv/lib/python3.11/site-packages (from aiohttp<4,>=3.7.4->discord.py) (6.0.5)
Requirement already satisfied: yarl<2.0,>=1.0 in ./venv/lib/python3.11/site-packages (from aiohttp<4,>=3.7.4->discord.py) (1.9.4)
Requirement already satisfied: idna>=2.0 in ./venv/lib/python3.11/site-packages (from yarl<2.0,>=1.0->aiohttp<4,>=3.7.4->discord.py) (3.7)
Downloading discord.py-2.4.0-py3-none-any.whl (1.1 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 13.7 MB/s eta 0:00:00
Installing collected packages: discord.py
  Attempting uninstall: discord.py
    Found existing installation: discord.py 2.3.2
    Uninstalling discord.py-2.3.2:
      Successfully uninstalled discord.py-2.3.2
Successfully installed discord.py-2.4.0
Requirement already satisfied: Django in ./venv/lib/python3.11/site-packages (5.0.6)
Collecting Django
  Downloading Django-5.1-py3-none-any.whl.metadata (4.2 kB)
Requirement already satisfied: asgiref<4,>=3.8.1 in ./venv/lib/python3.11/site-packages (from Django) (3.8.1)
Requirement already satisfied: sqlparse>=0.3.1 in ./venv/lib/python3.11/site-packages (from Django) (0.5.0)
Downloading Django-5.1-py3-none-any.whl (8.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/8.2 MB 23.8 MB/s eta 0:00:00
Installing collected packages: Django
  Attempting uninstall: Django
    Found existing installation: Django 5.0.6
    Uninstalling Django-5.0.6:
      Successfully uninstalled Django-5.0.6
Successfully installed Django-5.1
Requirement already satisfied: docdata in ./venv/lib/python3.11/site-packages (0.0.3)
Collecting docdata
  Downloading docdata-0.0.4-py3-none-any.whl.metadata (13 kB)
Requirement already satisfied: pyyaml in ./venv/lib/python3.11/site-packages (from docdata) (6.0.1)
Downloading docdata-0.0.4-py3-none-any.whl (9.1 kB)
Installing collected packages: docdata
  Attempting uninstall: docdata
    Found existing installation: docdata 0.0.3
    Uninstalling docdata-0.0.3:
      Successfully uninstalled docdata-0.0.3
Successfully installed docdata-0.0.4
Requirement already satisfied: email_validator in ./venv/lib/python3.11/site-packages (2.1.1)
Collecting email_validator
  Downloading email_validator-2.2.0-py3-none-any.whl.metadata (25 kB)
Requirement already satisfied: dnspython>=2.0.0 in ./venv/lib/python3.11/site-packages (from email_validator) (2.6.1)
Requirement already satisfied: idna>=2.0.0 in ./venv/lib/python3.11/site-packages (from email_validator) (3.7)
Downloading email_validator-2.2.0-py3-none-any.whl (33 kB)
Installing collected packages: email_validator
  Attempting uninstall: email_validator
    Found existing installation: email_validator 2.1.1
    Uninstalling email_validator-2.1.1:
      Successfully uninstalled email_validator-2.1.1
Successfully installed email_validator-2.2.0
Requirement already satisfied: fastapi in ./venv/lib/python3.11/site-packages (0.111.0)
Collecting fastapi
  Downloading fastapi-0.112.2-py3-none-any.whl.metadata (27 kB)
Requirement already satisfied: starlette<0.39.0,>=0.37.2 in ./venv/lib/python3.11/site-packages (from fastapi) (0.37.2)
Requirement already satisfied: pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0,>=1.7.4 in ./venv/lib/python3.11/site-packages (from fastapi) (2.7.4)
Requirement already satisfied: typing-extensions>=4.8.0 in ./venv/lib/python3.11/site-packages (from fastapi) (4.12.2)
Requirement already satisfied: annotated-types>=0.4.0 in ./venv/lib/python3.11/site-packages (from pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0,>=1.7.4->fastapi) (0.7.0)
Collecting pydantic-core==2.18.4 (from pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0,>=1.7.4->fastapi)
  Using cached pydantic_core-2.18.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.5 kB)
Requirement already satisfied: anyio<5,>=3.4.0 in ./venv/lib/python3.11/site-packages (from starlette<0.39.0,>=0.37.2->fastapi) (4.4.0)
Requirement already satisfied: idna>=2.8 in ./venv/lib/python3.11/site-packages (from anyio<5,>=3.4.0->starlette<0.39.0,>=0.37.2->fastapi) (3.7)
Requirement already satisfied: sniffio>=1.1 in ./venv/lib/python3.11/site-packages (from anyio<5,>=3.4.0->starlette<0.39.0,>=0.37.2->fastapi) (1.3.1)
Downloading fastapi-0.112.2-py3-none-any.whl (93 kB)
Using cached pydantic_core-2.18.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB)
Installing collected packages: pydantic-core, fastapi
  Attempting uninstall: pydantic-core
    Found existing installation: pydantic_core 2.19.0
    Uninstalling pydantic_core-2.19.0:
      Successfully uninstalled pydantic_core-2.19.0
  Attempting uninstall: fastapi
    Found existing installation: fastapi 0.111.0
    Uninstalling fastapi-0.111.0:
      Successfully uninstalled fastapi-0.111.0
Successfully installed fastapi-0.112.2 pydantic-core-2.18.4
Requirement already satisfied: fastapi-cli in ./venv/lib/python3.11/site-packages (0.0.4)
Collecting fastapi-cli
  Downloading fastapi_cli-0.0.5-py3-none-any.whl.metadata (7.0 kB)
Requirement already satisfied: typer>=0.12.3 in ./venv/lib/python3.11/site-packages (from fastapi-cli) (0.12.3)
Requirement already satisfied: uvicorn>=0.15.0 in ./venv/lib/python3.11/site-packages (from uvicorn[standard]>=0.15.0->fastapi-cli) (0.30.1)
Requirement already satisfied: click>=8.0.0 in ./venv/lib/python3.11/site-packages (from typer>=0.12.3->fastapi-cli) (8.1.7)
Requirement already satisfied: typing-extensions>=3.7.4.3 in ./venv/lib/python3.11/site-packages (from typer>=0.12.3->fastapi-cli) (4.12.2)
Requirement already satisfied: shellingham>=1.3.0 in ./venv/lib/python3.11/site-packages (from typer>=0.12.3->fastapi-cli) (1.5.4)
Requirement already satisfied: rich>=10.11.0 in ./venv/lib/python3.11/site-packages (from typer>=0.12.3->fastapi-cli) (13.7.1)
Requirement already satisfied: h11>=0.8 in ./venv/lib/python3.11/site-packages (from uvicorn>=0.15.0->uvicorn[standard]>=0.15.0->fastapi-cli) (0.14.0)
Requirement already satisfied: httptools>=0.5.0 in ./venv/lib/python3.11/site-packages (from uvicorn[standard]>=0.15.0->fastapi-cli) (0.6.1)
Requirement already satisfied: python-dotenv>=0.13 in ./venv/lib/python3.11/site-packages (from uvicorn[standard]>=0.15.0->fastapi-cli) (1.0.1)
Requirement already satisfied: pyyaml>=5.1 in ./venv/lib/python3.11/site-packages (from uvicorn[standard]>=0.15.0->fastapi-cli) (6.0.1)
Requirement already satisfied: uvloop!=0.15.0,!=0.15.1,>=0.14.0 in ./venv/lib/python3.11/site-packages (from uvicorn[standard]>=0.15.0->fastapi-cli) (0.19.0)
Requirement already satisfied: watchfiles>=0.13 in ./venv/lib/python3.11/site-packages (from uvicorn[standard]>=0.15.0->fastapi-cli) (0.22.0)
Requirement already satisfied: websockets>=10.4 in ./venv/lib/python3.11/site-packages (from uvicorn[standard]>=0.15.0->fastapi-cli) (12.0)
Requirement already satisfied: markdown-it-py>=2.2.0 in ./venv/lib/python3.11/site-packages (from rich>=10.11.0->typer>=0.12.3->fastapi-cli) (3.0.0)
Requirement already satisfied: pygments<3.0.0,>=2.13.0 in ./venv/lib/python3.11/site-packages (from rich>=10.11.0->typer>=0.12.3->fastapi-cli) (2.18.0)
Requirement already satisfied: anyio>=3.0.0 in ./venv/lib/python3.11/site-packages (from watchfiles>=0.13->uvicorn[standard]>=0.15.0->fastapi-cli) (4.4.0)
Requirement already satisfied: idna>=2.8 in ./venv/lib/python3.11/site-packages (from anyio>=3.0.0->watchfiles>=0.13->uvicorn[standard]>=0.15.0->fastapi-cli) (3.7)
Requirement already satisfied: sniffio>=1.1 in ./venv/lib/python3.11/site-packages (from anyio>=3.0.0->watchfiles>=0.13->uvicorn[standard]>=0.15.0->fastapi-cli) (1.3.1)
Requirement already satisfied: mdurl~=0.1 in ./venv/lib/python3.11/site-packages (from markdown-it-py>=2.2.0->rich>=10.11.0->typer>=0.12.3->fastapi-cli) (0.1.2)
Downloading fastapi_cli-0.0.5-py3-none-any.whl (9.5 kB)
Installing collected packages: fastapi-cli
  Attempting uninstall: fastapi-cli
    Found existing installation: fastapi-cli 0.0.4
    Uninstalling fastapi-cli-0.0.4:
      Successfully uninstalled fastapi-cli-0.0.4
Successfully installed fastapi-cli-0.0.5
Requirement already satisfied: filelock in ./venv/lib/python3.11/site-packages (3.15.1)
Collecting filelock
  Downloading filelock-3.15.4-py3-none-any.whl.metadata (2.9 kB)
Downloading filelock-3.15.4-py3-none-any.whl (16 kB)
Installing collected packages: filelock
  Attempting uninstall: filelock
    Found existing installation: filelock 3.15.1
    Uninstalling filelock-3.15.1:
      Successfully uninstalled filelock-3.15.1
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch 2.3.1 requires nvidia-cublas-cu12==12.1.3.1; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cublas-cu12 12.5.2.13 which is incompatible.
torch 2.3.1 requires nvidia-cuda-cupti-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-cupti-cu12 12.5.39 which is incompatible.
torch 2.3.1 requires nvidia-cuda-nvrtc-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-nvrtc-cu12 12.5.40 which is incompatible.
torch 2.3.1 requires nvidia-cuda-runtime-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-runtime-cu12 12.5.39 which is incompatible.
torch 2.3.1 requires nvidia-cudnn-cu12==8.9.2.26; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cudnn-cu12 9.1.1.17 which is incompatible.
torch 2.3.1 requires nvidia-cufft-cu12==11.0.2.54; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cufft-cu12 11.2.3.18 which is incompatible.
torch 2.3.1 requires nvidia-curand-cu12==10.3.2.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-curand-cu12 10.3.6.39 which is incompatible.
torch 2.3.1 requires nvidia-cusolver-cu12==11.4.5.107; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusolver-cu12 11.6.2.40 which is incompatible.
torch 2.3.1 requires nvidia-cusparse-cu12==12.1.0.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusparse-cu12 12.4.1.24 which is incompatible.
torch 2.3.1 requires nvidia-nccl-cu12==2.20.5; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nccl-cu12 2.21.5 which is incompatible.
torch 2.3.1 requires nvidia-nvtx-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nvtx-cu12 12.5.39 which is incompatible.
Successfully installed filelock-3.15.4
Requirement already satisfied: fonttools in ./venv/lib/python3.11/site-packages (4.53.0)
Collecting fonttools
  Downloading fonttools-4.53.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (162 kB)
Downloading fonttools-4.53.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 29.7 MB/s eta 0:00:00
Installing collected packages: fonttools
  Attempting uninstall: fonttools
    Found existing installation: fonttools 4.53.0
    Uninstalling fonttools-4.53.0:
      Successfully uninstalled fonttools-4.53.0
Successfully installed fonttools-4.53.1
Requirement already satisfied: fsspec in ./venv/lib/python3.11/site-packages (2024.6.0)
Collecting fsspec
  Downloading fsspec-2024.6.1-py3-none-any.whl.metadata (11 kB)
Downloading fsspec-2024.6.1-py3-none-any.whl (177 kB)
Installing collected packages: fsspec
  Attempting uninstall: fsspec
    Found existing installation: fsspec 2024.6.0
    Uninstalling fsspec-2024.6.0:
      Successfully uninstalled fsspec-2024.6.0
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch 2.3.1 requires nvidia-cublas-cu12==12.1.3.1; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cublas-cu12 12.5.2.13 which is incompatible.
torch 2.3.1 requires nvidia-cuda-cupti-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-cupti-cu12 12.5.39 which is incompatible.
torch 2.3.1 requires nvidia-cuda-nvrtc-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-nvrtc-cu12 12.5.40 which is incompatible.
torch 2.3.1 requires nvidia-cuda-runtime-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-runtime-cu12 12.5.39 which is incompatible.
torch 2.3.1 requires nvidia-cudnn-cu12==8.9.2.26; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cudnn-cu12 9.1.1.17 which is incompatible.
torch 2.3.1 requires nvidia-cufft-cu12==11.0.2.54; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cufft-cu12 11.2.3.18 which is incompatible.
torch 2.3.1 requires nvidia-curand-cu12==10.3.2.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-curand-cu12 10.3.6.39 which is incompatible.
torch 2.3.1 requires nvidia-cusolver-cu12==11.4.5.107; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusolver-cu12 11.6.2.40 which is incompatible.
torch 2.3.1 requires nvidia-cusparse-cu12==12.1.0.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusparse-cu12 12.4.1.24 which is incompatible.
torch 2.3.1 requires nvidia-nccl-cu12==2.20.5; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nccl-cu12 2.21.5 which is incompatible.
torch 2.3.1 requires nvidia-nvtx-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nvtx-cu12 12.5.39 which is incompatible.
Successfully installed fsspec-2024.6.1
Requirement already satisfied: gast in ./venv/lib/python3.11/site-packages (0.5.4)
Collecting gast
  Downloading gast-0.6.0-py3-none-any.whl.metadata (1.3 kB)
Downloading gast-0.6.0-py3-none-any.whl (21 kB)
Installing collected packages: gast
  Attempting uninstall: gast
    Found existing installation: gast 0.5.4
    Uninstalling gast-0.5.4:
      Successfully uninstalled gast-0.5.4
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
tensorflow 2.16.1 requires ml-dtypes~=0.3.1, but you have ml-dtypes 0.4.0 which is incompatible.
tensorflow 2.16.1 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.20.3, but you have protobuf 5.27.1 which is incompatible.
tensorflow 2.16.1 requires tensorboard<2.17,>=2.16, but you have tensorboard 2.17.0 which is incompatible.
tensorflow-serving-api 2.16.1 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.20.3, but you have protobuf 5.27.1 which is incompatible.
tensorflow-ranking 0.5.5 requires tensorflow<2.16.0, but you have tensorflow 2.16.1 which is incompatible.
Successfully installed gast-0.6.0
Requirement already satisfied: google-auth in ./venv/lib/python3.11/site-packages (2.30.0)
Collecting google-auth
  Downloading google_auth-2.34.0-py2.py3-none-any.whl.metadata (4.7 kB)
Requirement already satisfied: cachetools<6.0,>=2.0.0 in ./venv/lib/python3.11/site-packages (from google-auth) (5.5.0)
Requirement already satisfied: pyasn1-modules>=0.2.1 in ./venv/lib/python3.11/site-packages (from google-auth) (0.4.0)
Requirement already satisfied: rsa<5,>=3.1.4 in ./venv/lib/python3.11/site-packages (from google-auth) (4.9)
Requirement already satisfied: pyasn1<0.7.0,>=0.4.6 in ./venv/lib/python3.11/site-packages (from pyasn1-modules>=0.2.1->google-auth) (0.6.0)
Downloading google_auth-2.34.0-py2.py3-none-any.whl (200 kB)
Installing collected packages: google-auth
  Attempting uninstall: google-auth
    Found existing installation: google-auth 2.30.0
    Uninstalling google-auth-2.30.0:
      Successfully uninstalled google-auth-2.30.0
Successfully installed google-auth-2.34.0
Requirement already satisfied: google-auth-oauthlib in ./venv/lib/python3.11/site-packages (1.2.0)
Collecting google-auth-oauthlib
  Downloading google_auth_oauthlib-1.2.1-py2.py3-none-any.whl.metadata (2.7 kB)
Requirement already satisfied: google-auth>=2.15.0 in ./venv/lib/python3.11/site-packages (from google-auth-oauthlib) (2.34.0)
Requirement already satisfied: requests-oauthlib>=0.7.0 in ./venv/lib/python3.11/site-packages (from google-auth-oauthlib) (2.0.0)
Requirement already satisfied: cachetools<6.0,>=2.0.0 in ./venv/lib/python3.11/site-packages (from google-auth>=2.15.0->google-auth-oauthlib) (5.5.0)
Requirement already satisfied: pyasn1-modules>=0.2.1 in ./venv/lib/python3.11/site-packages (from google-auth>=2.15.0->google-auth-oauthlib) (0.4.0)
Requirement already satisfied: rsa<5,>=3.1.4 in ./venv/lib/python3.11/site-packages (from google-auth>=2.15.0->google-auth-oauthlib) (4.9)
Requirement already satisfied: oauthlib>=3.0.0 in ./venv/lib/python3.11/site-packages (from requests-oauthlib>=0.7.0->google-auth-oauthlib) (3.2.2)
Requirement already satisfied: requests>=2.0.0 in ./venv/lib/python3.11/site-packages (from requests-oauthlib>=0.7.0->google-auth-oauthlib) (2.32.3)
Requirement already satisfied: pyasn1<0.7.0,>=0.4.6 in ./venv/lib/python3.11/site-packages (from pyasn1-modules>=0.2.1->google-auth>=2.15.0->google-auth-oauthlib) (0.6.0)
Requirement already satisfied: charset-normalizer<4,>=2 in ./venv/lib/python3.11/site-packages (from requests>=2.0.0->requests-oauthlib>=0.7.0->google-auth-oauthlib) (3.3.2)
Requirement already satisfied: idna<4,>=2.5 in ./venv/lib/python3.11/site-packages (from requests>=2.0.0->requests-oauthlib>=0.7.0->google-auth-oauthlib) (3.7)
Requirement already satisfied: urllib3<3,>=1.21.1 in ./venv/lib/python3.11/site-packages (from requests>=2.0.0->requests-oauthlib>=0.7.0->google-auth-oauthlib) (2.2.1)
Requirement already satisfied: certifi>=2017.4.17 in ./venv/lib/python3.11/site-packages (from requests>=2.0.0->requests-oauthlib>=0.7.0->google-auth-oauthlib) (2024.7.4)
Downloading google_auth_oauthlib-1.2.1-py2.py3-none-any.whl (24 kB)
Installing collected packages: google-auth-oauthlib
  Attempting uninstall: google-auth-oauthlib
    Found existing installation: google-auth-oauthlib 1.2.0
    Uninstalling google-auth-oauthlib-1.2.0:
      Successfully uninstalled google-auth-oauthlib-1.2.0
Successfully installed google-auth-oauthlib-1.2.1
Requirement already satisfied: grpcio in ./venv/lib/python3.11/site-packages (1.64.1)
Collecting grpcio
  Downloading grpcio-1.66.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.9 kB)
Downloading grpcio-1.66.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.7 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.7/5.7 MB 29.5 MB/s eta 0:00:00
Installing collected packages: grpcio
  Attempting uninstall: grpcio
    Found existing installation: grpcio 1.64.1
    Uninstalling grpcio-1.64.1:
      Successfully uninstalled grpcio-1.64.1
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
tensorflow 2.16.1 requires ml-dtypes~=0.3.1, but you have ml-dtypes 0.4.0 which is incompatible.
tensorflow 2.16.1 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.20.3, but you have protobuf 5.27.1 which is incompatible.
tensorflow 2.16.1 requires tensorboard<2.17,>=2.16, but you have tensorboard 2.17.0 which is incompatible.
tensorflow-serving-api 2.16.1 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.20.3, but you have protobuf 5.27.1 which is incompatible.
tensorflow-ranking 0.5.5 requires tensorflow<2.16.0, but you have tensorflow 2.16.1 which is incompatible.
tensorboard 2.17.0 requires protobuf!=4.24.0,<5.0.0,>=3.19.6, but you have protobuf 5.27.1 which is incompatible.
Successfully installed grpcio-1.66.1
Requirement already satisfied: httpx in ./venv/lib/python3.11/site-packages (0.27.0)
Collecting httpx
  Downloading httpx-0.27.2-py3-none-any.whl.metadata (7.1 kB)
Requirement already satisfied: anyio in ./venv/lib/python3.11/site-packages (from httpx) (4.4.0)
Requirement already satisfied: certifi in ./venv/lib/python3.11/site-packages (from httpx) (2024.7.4)
Requirement already satisfied: httpcore==1.* in ./venv/lib/python3.11/site-packages (from httpx) (1.0.5)
Requirement already satisfied: idna in ./venv/lib/python3.11/site-packages (from httpx) (3.7)
Requirement already satisfied: sniffio in ./venv/lib/python3.11/site-packages (from httpx) (1.3.1)
Requirement already satisfied: h11<0.15,>=0.13 in ./venv/lib/python3.11/site-packages (from httpcore==1.*->httpx) (0.14.0)
Downloading httpx-0.27.2-py3-none-any.whl (76 kB)
Installing collected packages: httpx
  Attempting uninstall: httpx
    Found existing installation: httpx 0.27.0
    Uninstalling httpx-0.27.0:
      Successfully uninstalled httpx-0.27.0
Successfully installed httpx-0.27.2
Requirement already satisfied: huggingface-hub in ./venv/lib/python3.11/site-packages (0.23.4)
Collecting huggingface-hub
  Downloading huggingface_hub-0.24.6-py3-none-any.whl.metadata (13 kB)
Requirement already satisfied: filelock in ./venv/lib/python3.11/site-packages (from huggingface-hub) (3.15.4)
Requirement already satisfied: fsspec>=2023.5.0 in ./venv/lib/python3.11/site-packages (from huggingface-hub) (2024.6.1)
Requirement already satisfied: packaging>=20.9 in ./venv/lib/python3.11/site-packages (from huggingface-hub) (24.1)
Requirement already satisfied: pyyaml>=5.1 in ./venv/lib/python3.11/site-packages (from huggingface-hub) (6.0.1)
Requirement already satisfied: requests in ./venv/lib/python3.11/site-packages (from huggingface-hub) (2.32.3)
Requirement already satisfied: tqdm>=4.42.1 in ./venv/lib/python3.11/site-packages (from huggingface-hub) (4.66.4)
Requirement already satisfied: typing-extensions>=3.7.4.3 in ./venv/lib/python3.11/site-packages (from huggingface-hub) (4.12.2)
Requirement already satisfied: charset-normalizer<4,>=2 in ./venv/lib/python3.11/site-packages (from requests->huggingface-hub) (3.3.2)
Requirement already satisfied: idna<4,>=2.5 in ./venv/lib/python3.11/site-packages (from requests->huggingface-hub) (3.7)
Requirement already satisfied: urllib3<3,>=1.21.1 in ./venv/lib/python3.11/site-packages (from requests->huggingface-hub) (2.2.1)
Requirement already satisfied: certifi>=2017.4.17 in ./venv/lib/python3.11/site-packages (from requests->huggingface-hub) (2024.7.4)
Downloading huggingface_hub-0.24.6-py3-none-any.whl (417 kB)
Installing collected packages: huggingface-hub
  Attempting uninstall: huggingface-hub
    Found existing installation: huggingface-hub 0.23.4
    Uninstalling huggingface-hub-0.23.4:
      Successfully uninstalled huggingface-hub-0.23.4
Successfully installed huggingface-hub-0.24.6
Requirement already satisfied: idna in ./venv/lib/python3.11/site-packages (3.7)
Collecting idna
  Downloading idna-3.8-py3-none-any.whl.metadata (9.9 kB)
Downloading idna-3.8-py3-none-any.whl (66 kB)
Installing collected packages: idna
  Attempting uninstall: idna
    Found existing installation: idna 3.7
    Uninstalling idna-3.7:
      Successfully uninstalled idna-3.7
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
dropbox 12.0.2 requires stone<3.3.3,>=2, but you have stone 3.3.6 which is incompatible.
Successfully installed idna-3.8
Requirement already satisfied: imageio in ./venv/lib/python3.11/site-packages (2.34.1)
Collecting imageio
  Downloading imageio-2.35.1-py3-none-any.whl.metadata (4.9 kB)
Requirement already satisfied: numpy in ./venv/lib/python3.11/site-packages (from imageio) (1.26.4)
Requirement already satisfied: pillow>=8.3.2 in ./venv/lib/python3.11/site-packages (from imageio) (10.3.0)
Downloading imageio-2.35.1-py3-none-any.whl (315 kB)
Installing collected packages: imageio
  Attempting uninstall: imageio
    Found existing installation: imageio 2.34.1
    Uninstalling imageio-2.34.1:
      Successfully uninstalled imageio-2.34.1
Successfully installed imageio-2.35.1
Requirement already satisfied: keras in ./venv/lib/python3.11/site-packages (3.3.3)
Collecting keras
  Downloading keras-3.5.0-py3-none-any.whl.metadata (5.8 kB)
Requirement already satisfied: absl-py in ./venv/lib/python3.11/site-packages (from keras) (2.1.0)
Requirement already satisfied: numpy in ./venv/lib/python3.11/site-packages (from keras) (1.26.4)
Requirement already satisfied: rich in ./venv/lib/python3.11/site-packages (from keras) (13.7.1)
Requirement already satisfied: namex in ./venv/lib/python3.11/site-packages (from keras) (0.0.8)
Requirement already satisfied: h5py in ./venv/lib/python3.11/site-packages (from keras) (3.11.0)
Requirement already satisfied: optree in ./venv/lib/python3.11/site-packages (from keras) (0.11.0)
Requirement already satisfied: ml-dtypes in ./venv/lib/python3.11/site-packages (from keras) (0.4.0)
Requirement already satisfied: packaging in ./venv/lib/python3.11/site-packages (from keras) (24.1)
Requirement already satisfied: typing-extensions>=4.0.0 in ./venv/lib/python3.11/site-packages (from optree->keras) (4.12.2)
Requirement already satisfied: markdown-it-py>=2.2.0 in ./venv/lib/python3.11/site-packages (from rich->keras) (3.0.0)
Requirement already satisfied: pygments<3.0.0,>=2.13.0 in ./venv/lib/python3.11/site-packages (from rich->keras) (2.18.0)
Requirement already satisfied: mdurl~=0.1 in ./venv/lib/python3.11/site-packages (from markdown-it-py>=2.2.0->rich->keras) (0.1.2)
Downloading keras-3.5.0-py3-none-any.whl (1.1 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 23.3 MB/s eta 0:00:00
Installing collected packages: keras
  Attempting uninstall: keras
    Found existing installation: keras 3.3.3
    Uninstalling keras-3.3.3:
      Successfully uninstalled keras-3.3.3
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
tensorflow 2.16.1 requires ml-dtypes~=0.3.1, but you have ml-dtypes 0.4.0 which is incompatible.
tensorflow 2.16.1 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.20.3, but you have protobuf 5.27.1 which is incompatible.
tensorflow 2.16.1 requires tensorboard<2.17,>=2.16, but you have tensorboard 2.17.0 which is incompatible.
tensorflow-serving-api 2.16.1 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.20.3, but you have protobuf 5.27.1 which is incompatible.
tensorflow-ranking 0.5.5 requires tensorflow<2.16.0, but you have tensorflow 2.16.1 which is incompatible.
Successfully installed keras-3.5.0
Requirement already satisfied: lxml in ./venv/lib/python3.11/site-packages (5.2.2)
Collecting lxml
  Downloading lxml-5.3.0-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (3.8 kB)
Downloading lxml-5.3.0-cp311-cp311-manylinux_2_28_x86_64.whl (5.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 29.8 MB/s eta 0:00:00
Installing collected packages: lxml
  Attempting uninstall: lxml
    Found existing installation: lxml 5.2.2
    Uninstalling lxml-5.2.2:
      Successfully uninstalled lxml-5.2.2
Successfully installed lxml-5.3.0
Requirement already satisfied: Markdown in ./venv/lib/python3.11/site-packages (3.6)
Collecting Markdown
  Downloading Markdown-3.7-py3-none-any.whl.metadata (7.0 kB)
Downloading Markdown-3.7-py3-none-any.whl (106 kB)
Installing collected packages: Markdown
  Attempting uninstall: Markdown
    Found existing installation: Markdown 3.6
    Uninstalling Markdown-3.6:
      Successfully uninstalled Markdown-3.6
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
tensorboard 2.17.0 requires protobuf!=4.24.0,<5.0.0,>=3.19.6, but you have protobuf 5.27.1 which is incompatible.
Successfully installed Markdown-3.7
Requirement already satisfied: marshmallow in ./venv/lib/python3.11/site-packages (3.21.3)
Collecting marshmallow
  Downloading marshmallow-3.22.0-py3-none-any.whl.metadata (7.2 kB)
Requirement already satisfied: packaging>=17.0 in ./venv/lib/python3.11/site-packages (from marshmallow) (24.1)
Downloading marshmallow-3.22.0-py3-none-any.whl (49 kB)
Installing collected packages: marshmallow
  Attempting uninstall: marshmallow
    Found existing installation: marshmallow 3.21.3
    Uninstalling marshmallow-3.21.3:
      Successfully uninstalled marshmallow-3.21.3
Successfully installed marshmallow-3.22.0
Requirement already satisfied: matplotlib in ./venv/lib/python3.11/site-packages (3.9.0)
Collecting matplotlib
  Downloading matplotlib-3.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB)
Requirement already satisfied: contourpy>=1.0.1 in ./venv/lib/python3.11/site-packages (from matplotlib) (1.3.0)
Requirement already satisfied: cycler>=0.10 in ./venv/lib/python3.11/site-packages (from matplotlib) (0.12.1)
Requirement already satisfied: fonttools>=4.22.0 in ./venv/lib/python3.11/site-packages (from matplotlib) (4.53.1)
Requirement already satisfied: kiwisolver>=1.3.1 in ./venv/lib/python3.11/site-packages (from matplotlib) (1.4.5)
Requirement already satisfied: numpy>=1.23 in ./venv/lib/python3.11/site-packages (from matplotlib) (1.26.4)
Requirement already satisfied: packaging>=20.0 in ./venv/lib/python3.11/site-packages (from matplotlib) (24.1)
Requirement already satisfied: pillow>=8 in ./venv/lib/python3.11/site-packages (from matplotlib) (10.3.0)
Requirement already satisfied: pyparsing>=2.3.1 in ./venv/lib/python3.11/site-packages (from matplotlib) (3.1.2)
Requirement already satisfied: python-dateutil>=2.7 in ./venv/lib/python3.11/site-packages (from matplotlib) (2.9.0.post0)
Requirement already satisfied: six>=1.5 in ./venv/lib/python3.11/site-packages (from python-dateutil>=2.7->matplotlib) (1.16.0)
Downloading matplotlib-3.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/8.3 MB 17.4 MB/s eta 0:00:00
Installing collected packages: matplotlib
  Attempting uninstall: matplotlib
    Found existing installation: matplotlib 3.9.0
    Uninstalling matplotlib-3.9.0:
      Successfully uninstalled matplotlib-3.9.0
Successfully installed matplotlib-3.9.2
Requirement already satisfied: more-itertools in ./venv/lib/python3.11/site-packages (10.3.0)
Collecting more-itertools
  Downloading more_itertools-10.4.0-py3-none-any.whl.metadata (36 kB)
Downloading more_itertools-10.4.0-py3-none-any.whl (60 kB)
Installing collected packages: more-itertools
  Attempting uninstall: more-itertools
    Found existing installation: more-itertools 10.3.0
    Uninstalling more-itertools-10.3.0:
      Successfully uninstalled more-itertools-10.3.0
Successfully installed more-itertools-10.4.0
Requirement already satisfied: nltk in ./venv/lib/python3.11/site-packages (3.8.1)
Collecting nltk
  Downloading nltk-3.9.1-py3-none-any.whl.metadata (2.9 kB)
Requirement already satisfied: click in ./venv/lib/python3.11/site-packages (from nltk) (8.1.7)
Requirement already satisfied: joblib in ./venv/lib/python3.11/site-packages (from nltk) (1.4.2)
Requirement already satisfied: regex>=2021.8.3 in ./venv/lib/python3.11/site-packages (from nltk) (2024.5.15)
Requirement already satisfied: tqdm in ./venv/lib/python3.11/site-packages (from nltk) (4.66.4)
Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 1.7 MB/s eta 0:00:00
Installing collected packages: nltk
  Attempting uninstall: nltk
    Found existing installation: nltk 3.8.1
    Uninstalling nltk-3.8.1:
      Successfully uninstalled nltk-3.8.1
Successfully installed nltk-3.9.1
Requirement already satisfied: numpy in ./venv/lib/python3.11/site-packages (1.26.4)
Collecting numpy
  Downloading numpy-2.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB)
Downloading numpy-2.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.3/16.3 MB 20.4 MB/s eta 0:00:00
Installing collected packages: numpy
  Attempting uninstall: numpy
    Found existing installation: numpy 1.26.4
    Uninstalling numpy-1.26.4:
      Successfully uninstalled numpy-1.26.4
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
numba 0.60.0 requires numpy<2.1,>=1.22, but you have numpy 2.1.0 which is incompatible.
tensorflow 2.16.1 requires ml-dtypes~=0.3.1, but you have ml-dtypes 0.4.0 which is incompatible.
tensorflow 2.16.1 requires numpy<2.0.0,>=1.23.5; python_version <= "3.11", but you have numpy 2.1.0 which is incompatible.
tensorflow 2.16.1 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.20.3, but you have protobuf 5.27.1 which is incompatible.
tensorflow 2.16.1 requires tensorboard<2.17,>=2.16, but you have tensorboard 2.17.0 which is incompatible.
tensorflow-serving-api 2.16.1 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.20.3, but you have protobuf 5.27.1 which is incompatible.
tensorflow-ranking 0.5.5 requires tensorflow<2.16.0, but you have tensorflow 2.16.1 which is incompatible.
tensorboard 2.17.0 requires protobuf!=4.24.0,<5.0.0,>=3.19.6, but you have protobuf 5.27.1 which is incompatible.
Successfully installed numpy-2.1.0
Requirement already satisfied: nvidia-cublas-cu12 in ./venv/lib/python3.11/site-packages (12.5.2.13)
Collecting nvidia-cublas-cu12
  Downloading nvidia_cublas_cu12-12.6.0.22-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB)
Downloading nvidia_cublas_cu12-12.6.0.22-py3-none-manylinux2014_x86_64.whl (368.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 368.0/368.0 MB 25.7 MB/s eta 0:00:00
Installing collected packages: nvidia-cublas-cu12
  Attempting uninstall: nvidia-cublas-cu12
    Found existing installation: nvidia-cublas-cu12 12.5.2.13
    Uninstalling nvidia-cublas-cu12-12.5.2.13:
      Successfully uninstalled nvidia-cublas-cu12-12.5.2.13
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch 2.3.1 requires nvidia-cublas-cu12==12.1.3.1; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cublas-cu12 12.6.0.22 which is incompatible.
torch 2.3.1 requires nvidia-cuda-cupti-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-cupti-cu12 12.5.39 which is incompatible.
torch 2.3.1 requires nvidia-cuda-nvrtc-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-nvrtc-cu12 12.5.40 which is incompatible.
torch 2.3.1 requires nvidia-cuda-runtime-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-runtime-cu12 12.5.39 which is incompatible.
torch 2.3.1 requires nvidia-cudnn-cu12==8.9.2.26; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cudnn-cu12 9.1.1.17 which is incompatible.
torch 2.3.1 requires nvidia-cufft-cu12==11.0.2.54; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cufft-cu12 11.2.3.18 which is incompatible.
torch 2.3.1 requires nvidia-curand-cu12==10.3.2.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-curand-cu12 10.3.6.39 which is incompatible.
torch 2.3.1 requires nvidia-cusolver-cu12==11.4.5.107; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusolver-cu12 11.6.2.40 which is incompatible.
torch 2.3.1 requires nvidia-cusparse-cu12==12.1.0.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusparse-cu12 12.4.1.24 which is incompatible.
torch 2.3.1 requires nvidia-nccl-cu12==2.20.5; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nccl-cu12 2.21.5 which is incompatible.
torch 2.3.1 requires nvidia-nvtx-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nvtx-cu12 12.5.39 which is incompatible.
Successfully installed nvidia-cublas-cu12-12.6.0.22
Requirement already satisfied: nvidia-cuda-cupti-cu12 in ./venv/lib/python3.11/site-packages (12.5.39)
Collecting nvidia-cuda-cupti-cu12
  Downloading nvidia_cuda_cupti_cu12-12.6.37-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB)
Downloading nvidia_cuda_cupti_cu12-12.6.37-py3-none-manylinux2014_x86_64.whl (8.9 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.9/8.9 MB 24.2 MB/s eta 0:00:00
Installing collected packages: nvidia-cuda-cupti-cu12
  Attempting uninstall: nvidia-cuda-cupti-cu12
    Found existing installation: nvidia-cuda-cupti-cu12 12.5.39
    Uninstalling nvidia-cuda-cupti-cu12-12.5.39:
      Successfully uninstalled nvidia-cuda-cupti-cu12-12.5.39
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch 2.3.1 requires nvidia-cublas-cu12==12.1.3.1; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cublas-cu12 12.6.0.22 which is incompatible.
torch 2.3.1 requires nvidia-cuda-cupti-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-cupti-cu12 12.6.37 which is incompatible.
torch 2.3.1 requires nvidia-cuda-nvrtc-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-nvrtc-cu12 12.5.40 which is incompatible.
torch 2.3.1 requires nvidia-cuda-runtime-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-runtime-cu12 12.5.39 which is incompatible.
torch 2.3.1 requires nvidia-cudnn-cu12==8.9.2.26; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cudnn-cu12 9.1.1.17 which is incompatible.
torch 2.3.1 requires nvidia-cufft-cu12==11.0.2.54; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cufft-cu12 11.2.3.18 which is incompatible.
torch 2.3.1 requires nvidia-curand-cu12==10.3.2.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-curand-cu12 10.3.6.39 which is incompatible.
torch 2.3.1 requires nvidia-cusolver-cu12==11.4.5.107; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusolver-cu12 11.6.2.40 which is incompatible.
torch 2.3.1 requires nvidia-cusparse-cu12==12.1.0.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusparse-cu12 12.4.1.24 which is incompatible.
torch 2.3.1 requires nvidia-nccl-cu12==2.20.5; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nccl-cu12 2.21.5 which is incompatible.
torch 2.3.1 requires nvidia-nvtx-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nvtx-cu12 12.5.39 which is incompatible.
Successfully installed nvidia-cuda-cupti-cu12-12.6.37
Requirement already satisfied: nvidia-cuda-nvrtc-cu12 in ./venv/lib/python3.11/site-packages (12.5.40)
Collecting nvidia-cuda-nvrtc-cu12
  Downloading nvidia_cuda_nvrtc_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB)
Downloading nvidia_cuda_nvrtc_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl (23.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.6/23.6 MB 23.3 MB/s eta 0:00:00
Installing collected packages: nvidia-cuda-nvrtc-cu12
  Attempting uninstall: nvidia-cuda-nvrtc-cu12
    Found existing installation: nvidia-cuda-nvrtc-cu12 12.5.40
    Uninstalling nvidia-cuda-nvrtc-cu12-12.5.40:
      Successfully uninstalled nvidia-cuda-nvrtc-cu12-12.5.40
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch 2.3.1 requires nvidia-cublas-cu12==12.1.3.1; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cublas-cu12 12.6.0.22 which is incompatible.
torch 2.3.1 requires nvidia-cuda-cupti-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-cupti-cu12 12.6.37 which is incompatible.
torch 2.3.1 requires nvidia-cuda-nvrtc-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-nvrtc-cu12 12.6.20 which is incompatible.
torch 2.3.1 requires nvidia-cuda-runtime-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-runtime-cu12 12.5.39 which is incompatible.
torch 2.3.1 requires nvidia-cudnn-cu12==8.9.2.26; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cudnn-cu12 9.1.1.17 which is incompatible.
torch 2.3.1 requires nvidia-cufft-cu12==11.0.2.54; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cufft-cu12 11.2.3.18 which is incompatible.
torch 2.3.1 requires nvidia-curand-cu12==10.3.2.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-curand-cu12 10.3.6.39 which is incompatible.
torch 2.3.1 requires nvidia-cusolver-cu12==11.4.5.107; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusolver-cu12 11.6.2.40 which is incompatible.
torch 2.3.1 requires nvidia-cusparse-cu12==12.1.0.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusparse-cu12 12.4.1.24 which is incompatible.
torch 2.3.1 requires nvidia-nccl-cu12==2.20.5; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nccl-cu12 2.21.5 which is incompatible.
torch 2.3.1 requires nvidia-nvtx-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nvtx-cu12 12.5.39 which is incompatible.
Successfully installed nvidia-cuda-nvrtc-cu12-12.6.20
Requirement already satisfied: nvidia-cuda-runtime-cu12 in ./venv/lib/python3.11/site-packages (12.5.39)
Collecting nvidia-cuda-runtime-cu12
  Downloading nvidia_cuda_runtime_cu12-12.6.37-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB)
Downloading nvidia_cuda_runtime_cu12-12.6.37-py3-none-manylinux2014_x86_64.whl (897 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 897.7/897.7 kB 22.0 MB/s eta 0:00:00
Installing collected packages: nvidia-cuda-runtime-cu12
  Attempting uninstall: nvidia-cuda-runtime-cu12
    Found existing installation: nvidia-cuda-runtime-cu12 12.5.39
    Uninstalling nvidia-cuda-runtime-cu12-12.5.39:
      Successfully uninstalled nvidia-cuda-runtime-cu12-12.5.39
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch 2.3.1 requires nvidia-cublas-cu12==12.1.3.1; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cublas-cu12 12.6.0.22 which is incompatible.
torch 2.3.1 requires nvidia-cuda-cupti-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-cupti-cu12 12.6.37 which is incompatible.
torch 2.3.1 requires nvidia-cuda-nvrtc-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-nvrtc-cu12 12.6.20 which is incompatible.
torch 2.3.1 requires nvidia-cuda-runtime-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-runtime-cu12 12.6.37 which is incompatible.
torch 2.3.1 requires nvidia-cudnn-cu12==8.9.2.26; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cudnn-cu12 9.1.1.17 which is incompatible.
torch 2.3.1 requires nvidia-cufft-cu12==11.0.2.54; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cufft-cu12 11.2.3.18 which is incompatible.
torch 2.3.1 requires nvidia-curand-cu12==10.3.2.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-curand-cu12 10.3.6.39 which is incompatible.
torch 2.3.1 requires nvidia-cusolver-cu12==11.4.5.107; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusolver-cu12 11.6.2.40 which is incompatible.
torch 2.3.1 requires nvidia-cusparse-cu12==12.1.0.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusparse-cu12 12.4.1.24 which is incompatible.
torch 2.3.1 requires nvidia-nccl-cu12==2.20.5; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nccl-cu12 2.21.5 which is incompatible.
torch 2.3.1 requires nvidia-nvtx-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nvtx-cu12 12.5.39 which is incompatible.
Successfully installed nvidia-cuda-runtime-cu12-12.6.37
Requirement already satisfied: nvidia-cudnn-cu12 in ./venv/lib/python3.11/site-packages (9.1.1.17)
Collecting nvidia-cudnn-cu12
  Downloading nvidia_cudnn_cu12-9.3.0.75-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB)
Requirement already satisfied: nvidia-cublas-cu12 in ./venv/lib/python3.11/site-packages (from nvidia-cudnn-cu12) (12.6.0.22)
Downloading nvidia_cudnn_cu12-9.3.0.75-py3-none-manylinux2014_x86_64.whl (577.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 577.2/577.2 MB 1.8 MB/s eta 0:00:00
Installing collected packages: nvidia-cudnn-cu12
  Attempting uninstall: nvidia-cudnn-cu12
    Found existing installation: nvidia-cudnn-cu12 9.1.1.17
    Uninstalling nvidia-cudnn-cu12-9.1.1.17:
      Successfully uninstalled nvidia-cudnn-cu12-9.1.1.17
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch 2.3.1 requires nvidia-cublas-cu12==12.1.3.1; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cublas-cu12 12.6.0.22 which is incompatible.
torch 2.3.1 requires nvidia-cuda-cupti-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-cupti-cu12 12.6.37 which is incompatible.
torch 2.3.1 requires nvidia-cuda-nvrtc-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-nvrtc-cu12 12.6.20 which is incompatible.
torch 2.3.1 requires nvidia-cuda-runtime-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-runtime-cu12 12.6.37 which is incompatible.
torch 2.3.1 requires nvidia-cudnn-cu12==8.9.2.26; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cudnn-cu12 9.3.0.75 which is incompatible.
torch 2.3.1 requires nvidia-cufft-cu12==11.0.2.54; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cufft-cu12 11.2.3.18 which is incompatible.
torch 2.3.1 requires nvidia-curand-cu12==10.3.2.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-curand-cu12 10.3.6.39 which is incompatible.
torch 2.3.1 requires nvidia-cusolver-cu12==11.4.5.107; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusolver-cu12 11.6.2.40 which is incompatible.
torch 2.3.1 requires nvidia-cusparse-cu12==12.1.0.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusparse-cu12 12.4.1.24 which is incompatible.
torch 2.3.1 requires nvidia-nccl-cu12==2.20.5; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nccl-cu12 2.21.5 which is incompatible.
torch 2.3.1 requires nvidia-nvtx-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nvtx-cu12 12.5.39 which is incompatible.
Successfully installed nvidia-cudnn-cu12-9.3.0.75
Requirement already satisfied: nvidia-cufft-cu12 in ./venv/lib/python3.11/site-packages (11.2.3.18)
Collecting nvidia-cufft-cu12
  Downloading nvidia_cufft_cu12-11.2.6.28-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB)
Requirement already satisfied: nvidia-nvjitlink-cu12 in ./venv/lib/python3.11/site-packages (from nvidia-cufft-cu12) (12.5.40)
Downloading nvidia_cufft_cu12-11.2.6.28-py3-none-manylinux2014_x86_64.whl (192.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 192.5/192.5 MB 24.8 MB/s eta 0:00:00
Installing collected packages: nvidia-cufft-cu12
  Attempting uninstall: nvidia-cufft-cu12
    Found existing installation: nvidia-cufft-cu12 11.2.3.18
    Uninstalling nvidia-cufft-cu12-11.2.3.18:
      Successfully uninstalled nvidia-cufft-cu12-11.2.3.18
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch 2.3.1 requires nvidia-cublas-cu12==12.1.3.1; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cublas-cu12 12.6.0.22 which is incompatible.
torch 2.3.1 requires nvidia-cuda-cupti-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-cupti-cu12 12.6.37 which is incompatible.
torch 2.3.1 requires nvidia-cuda-nvrtc-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-nvrtc-cu12 12.6.20 which is incompatible.
torch 2.3.1 requires nvidia-cuda-runtime-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-runtime-cu12 12.6.37 which is incompatible.
torch 2.3.1 requires nvidia-cudnn-cu12==8.9.2.26; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cudnn-cu12 9.3.0.75 which is incompatible.
torch 2.3.1 requires nvidia-cufft-cu12==11.0.2.54; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cufft-cu12 11.2.6.28 which is incompatible.
torch 2.3.1 requires nvidia-curand-cu12==10.3.2.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-curand-cu12 10.3.6.39 which is incompatible.
torch 2.3.1 requires nvidia-cusolver-cu12==11.4.5.107; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusolver-cu12 11.6.2.40 which is incompatible.
torch 2.3.1 requires nvidia-cusparse-cu12==12.1.0.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusparse-cu12 12.4.1.24 which is incompatible.
torch 2.3.1 requires nvidia-nccl-cu12==2.20.5; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nccl-cu12 2.21.5 which is incompatible.
torch 2.3.1 requires nvidia-nvtx-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nvtx-cu12 12.5.39 which is incompatible.
Successfully installed nvidia-cufft-cu12-11.2.6.28
Requirement already satisfied: nvidia-curand-cu12 in ./venv/lib/python3.11/site-packages (10.3.6.39)
Collecting nvidia-curand-cu12
  Downloading nvidia_curand_cu12-10.3.7.37-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB)
Downloading nvidia_curand_cu12-10.3.7.37-py3-none-manylinux2014_x86_64.whl (56.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.3/56.3 MB 16.6 MB/s eta 0:00:00
Installing collected packages: nvidia-curand-cu12
  Attempting uninstall: nvidia-curand-cu12
    Found existing installation: nvidia-curand-cu12 10.3.6.39
    Uninstalling nvidia-curand-cu12-10.3.6.39:
      Successfully uninstalled nvidia-curand-cu12-10.3.6.39
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch 2.3.1 requires nvidia-cublas-cu12==12.1.3.1; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cublas-cu12 12.6.0.22 which is incompatible.
torch 2.3.1 requires nvidia-cuda-cupti-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-cupti-cu12 12.6.37 which is incompatible.
torch 2.3.1 requires nvidia-cuda-nvrtc-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-nvrtc-cu12 12.6.20 which is incompatible.
torch 2.3.1 requires nvidia-cuda-runtime-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-runtime-cu12 12.6.37 which is incompatible.
torch 2.3.1 requires nvidia-cudnn-cu12==8.9.2.26; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cudnn-cu12 9.3.0.75 which is incompatible.
torch 2.3.1 requires nvidia-cufft-cu12==11.0.2.54; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cufft-cu12 11.2.6.28 which is incompatible.
torch 2.3.1 requires nvidia-curand-cu12==10.3.2.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-curand-cu12 10.3.7.37 which is incompatible.
torch 2.3.1 requires nvidia-cusolver-cu12==11.4.5.107; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusolver-cu12 11.6.2.40 which is incompatible.
torch 2.3.1 requires nvidia-cusparse-cu12==12.1.0.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusparse-cu12 12.4.1.24 which is incompatible.
torch 2.3.1 requires nvidia-nccl-cu12==2.20.5; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nccl-cu12 2.21.5 which is incompatible.
torch 2.3.1 requires nvidia-nvtx-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nvtx-cu12 12.5.39 which is incompatible.
Successfully installed nvidia-curand-cu12-10.3.7.37
Requirement already satisfied: nvidia-cusolver-cu12 in ./venv/lib/python3.11/site-packages (11.6.2.40)
Collecting nvidia-cusolver-cu12
  Downloading nvidia_cusolver_cu12-11.6.4.38-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB)
Requirement already satisfied: nvidia-cublas-cu12 in ./venv/lib/python3.11/site-packages (from nvidia-cusolver-cu12) (12.6.0.22)
Requirement already satisfied: nvidia-nvjitlink-cu12 in ./venv/lib/python3.11/site-packages (from nvidia-cusolver-cu12) (12.5.40)
Requirement already satisfied: nvidia-cusparse-cu12 in ./venv/lib/python3.11/site-packages (from nvidia-cusolver-cu12) (12.4.1.24)
Downloading nvidia_cusolver_cu12-11.6.4.38-py3-none-manylinux2014_x86_64.whl (130.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 130.5/130.5 MB 25.3 MB/s eta 0:00:00
Installing collected packages: nvidia-cusolver-cu12
  Attempting uninstall: nvidia-cusolver-cu12
    Found existing installation: nvidia-cusolver-cu12 11.6.2.40
    Uninstalling nvidia-cusolver-cu12-11.6.2.40:
      Successfully uninstalled nvidia-cusolver-cu12-11.6.2.40
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch 2.3.1 requires nvidia-cublas-cu12==12.1.3.1; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cublas-cu12 12.6.0.22 which is incompatible.
torch 2.3.1 requires nvidia-cuda-cupti-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-cupti-cu12 12.6.37 which is incompatible.
torch 2.3.1 requires nvidia-cuda-nvrtc-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-nvrtc-cu12 12.6.20 which is incompatible.
torch 2.3.1 requires nvidia-cuda-runtime-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-runtime-cu12 12.6.37 which is incompatible.
torch 2.3.1 requires nvidia-cudnn-cu12==8.9.2.26; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cudnn-cu12 9.3.0.75 which is incompatible.
torch 2.3.1 requires nvidia-cufft-cu12==11.0.2.54; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cufft-cu12 11.2.6.28 which is incompatible.
torch 2.3.1 requires nvidia-curand-cu12==10.3.2.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-curand-cu12 10.3.7.37 which is incompatible.
torch 2.3.1 requires nvidia-cusolver-cu12==11.4.5.107; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusolver-cu12 11.6.4.38 which is incompatible.
torch 2.3.1 requires nvidia-cusparse-cu12==12.1.0.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusparse-cu12 12.4.1.24 which is incompatible.
torch 2.3.1 requires nvidia-nccl-cu12==2.20.5; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nccl-cu12 2.21.5 which is incompatible.
torch 2.3.1 requires nvidia-nvtx-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nvtx-cu12 12.5.39 which is incompatible.
Successfully installed nvidia-cusolver-cu12-11.6.4.38
Requirement already satisfied: nvidia-cusparse-cu12 in ./venv/lib/python3.11/site-packages (12.4.1.24)
Collecting nvidia-cusparse-cu12
  Downloading nvidia_cusparse_cu12-12.5.2.23-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB)
Requirement already satisfied: nvidia-nvjitlink-cu12 in ./venv/lib/python3.11/site-packages (from nvidia-cusparse-cu12) (12.5.40)
Downloading nvidia_cusparse_cu12-12.5.2.23-py3-none-manylinux2014_x86_64.whl (217.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.5/217.5 MB 28.5 MB/s eta 0:00:00
Installing collected packages: nvidia-cusparse-cu12
  Attempting uninstall: nvidia-cusparse-cu12
    Found existing installation: nvidia-cusparse-cu12 12.4.1.24
    Uninstalling nvidia-cusparse-cu12-12.4.1.24:
      Successfully uninstalled nvidia-cusparse-cu12-12.4.1.24
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch 2.3.1 requires nvidia-cublas-cu12==12.1.3.1; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cublas-cu12 12.6.0.22 which is incompatible.
torch 2.3.1 requires nvidia-cuda-cupti-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-cupti-cu12 12.6.37 which is incompatible.
torch 2.3.1 requires nvidia-cuda-nvrtc-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-nvrtc-cu12 12.6.20 which is incompatible.
torch 2.3.1 requires nvidia-cuda-runtime-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-runtime-cu12 12.6.37 which is incompatible.
torch 2.3.1 requires nvidia-cudnn-cu12==8.9.2.26; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cudnn-cu12 9.3.0.75 which is incompatible.
torch 2.3.1 requires nvidia-cufft-cu12==11.0.2.54; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cufft-cu12 11.2.6.28 which is incompatible.
torch 2.3.1 requires nvidia-curand-cu12==10.3.2.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-curand-cu12 10.3.7.37 which is incompatible.
torch 2.3.1 requires nvidia-cusolver-cu12==11.4.5.107; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusolver-cu12 11.6.4.38 which is incompatible.
torch 2.3.1 requires nvidia-cusparse-cu12==12.1.0.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusparse-cu12 12.5.2.23 which is incompatible.
torch 2.3.1 requires nvidia-nccl-cu12==2.20.5; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nccl-cu12 2.21.5 which is incompatible.
torch 2.3.1 requires nvidia-nvtx-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nvtx-cu12 12.5.39 which is incompatible.
Successfully installed nvidia-cusparse-cu12-12.5.2.23
Requirement already satisfied: nvidia-nccl-cu12 in ./venv/lib/python3.11/site-packages (2.21.5)
Collecting nvidia-nccl-cu12
  Downloading nvidia_nccl_cu12-2.22.3-py3-none-manylinux2014_x86_64.whl.metadata (1.8 kB)
Downloading nvidia_nccl_cu12-2.22.3-py3-none-manylinux2014_x86_64.whl (190.9 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 190.9/190.9 MB 30.0 MB/s eta 0:00:00
Installing collected packages: nvidia-nccl-cu12
  Attempting uninstall: nvidia-nccl-cu12
    Found existing installation: nvidia-nccl-cu12 2.21.5
    Uninstalling nvidia-nccl-cu12-2.21.5:
      Successfully uninstalled nvidia-nccl-cu12-2.21.5
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch 2.3.1 requires nvidia-cublas-cu12==12.1.3.1; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cublas-cu12 12.6.0.22 which is incompatible.
torch 2.3.1 requires nvidia-cuda-cupti-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-cupti-cu12 12.6.37 which is incompatible.
torch 2.3.1 requires nvidia-cuda-nvrtc-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-nvrtc-cu12 12.6.20 which is incompatible.
torch 2.3.1 requires nvidia-cuda-runtime-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-runtime-cu12 12.6.37 which is incompatible.
torch 2.3.1 requires nvidia-cudnn-cu12==8.9.2.26; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cudnn-cu12 9.3.0.75 which is incompatible.
torch 2.3.1 requires nvidia-cufft-cu12==11.0.2.54; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cufft-cu12 11.2.6.28 which is incompatible.
torch 2.3.1 requires nvidia-curand-cu12==10.3.2.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-curand-cu12 10.3.7.37 which is incompatible.
torch 2.3.1 requires nvidia-cusolver-cu12==11.4.5.107; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusolver-cu12 11.6.4.38 which is incompatible.
torch 2.3.1 requires nvidia-cusparse-cu12==12.1.0.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusparse-cu12 12.5.2.23 which is incompatible.
torch 2.3.1 requires nvidia-nccl-cu12==2.20.5; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nccl-cu12 2.22.3 which is incompatible.
torch 2.3.1 requires nvidia-nvtx-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nvtx-cu12 12.5.39 which is incompatible.
Successfully installed nvidia-nccl-cu12-2.22.3
Requirement already satisfied: nvidia-nvjitlink-cu12 in ./venv/lib/python3.11/site-packages (12.5.40)
Collecting nvidia-nvjitlink-cu12
  Downloading nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB)
Downloading nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl (19.7 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.7/19.7 MB 22.4 MB/s eta 0:00:00
Installing collected packages: nvidia-nvjitlink-cu12
  Attempting uninstall: nvidia-nvjitlink-cu12
    Found existing installation: nvidia-nvjitlink-cu12 12.5.40
    Uninstalling nvidia-nvjitlink-cu12-12.5.40:
      Successfully uninstalled nvidia-nvjitlink-cu12-12.5.40
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch 2.3.1 requires nvidia-cublas-cu12==12.1.3.1; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cublas-cu12 12.6.0.22 which is incompatible.
torch 2.3.1 requires nvidia-cuda-cupti-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-cupti-cu12 12.6.37 which is incompatible.
torch 2.3.1 requires nvidia-cuda-nvrtc-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-nvrtc-cu12 12.6.20 which is incompatible.
torch 2.3.1 requires nvidia-cuda-runtime-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-runtime-cu12 12.6.37 which is incompatible.
torch 2.3.1 requires nvidia-cudnn-cu12==8.9.2.26; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cudnn-cu12 9.3.0.75 which is incompatible.
torch 2.3.1 requires nvidia-cufft-cu12==11.0.2.54; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cufft-cu12 11.2.6.28 which is incompatible.
torch 2.3.1 requires nvidia-curand-cu12==10.3.2.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-curand-cu12 10.3.7.37 which is incompatible.
torch 2.3.1 requires nvidia-cusolver-cu12==11.4.5.107; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusolver-cu12 11.6.4.38 which is incompatible.
torch 2.3.1 requires nvidia-cusparse-cu12==12.1.0.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusparse-cu12 12.5.2.23 which is incompatible.
torch 2.3.1 requires nvidia-nccl-cu12==2.20.5; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nccl-cu12 2.22.3 which is incompatible.
torch 2.3.1 requires nvidia-nvtx-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nvtx-cu12 12.5.39 which is incompatible.
Successfully installed nvidia-nvjitlink-cu12-12.6.20
Requirement already satisfied: nvidia-nvtx-cu12 in ./venv/lib/python3.11/site-packages (12.5.39)
Collecting nvidia-nvtx-cu12
  Downloading nvidia_nvtx_cu12-12.6.37-py3-none-manylinux2014_x86_64.whl.metadata (1.7 kB)
Downloading nvidia_nvtx_cu12-12.6.37-py3-none-manylinux2014_x86_64.whl (99 kB)
Installing collected packages: nvidia-nvtx-cu12
  Attempting uninstall: nvidia-nvtx-cu12
    Found existing installation: nvidia-nvtx-cu12 12.5.39
    Uninstalling nvidia-nvtx-cu12-12.5.39:
      Successfully uninstalled nvidia-nvtx-cu12-12.5.39
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch 2.3.1 requires nvidia-cublas-cu12==12.1.3.1; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cublas-cu12 12.6.0.22 which is incompatible.
torch 2.3.1 requires nvidia-cuda-cupti-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-cupti-cu12 12.6.37 which is incompatible.
torch 2.3.1 requires nvidia-cuda-nvrtc-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-nvrtc-cu12 12.6.20 which is incompatible.
torch 2.3.1 requires nvidia-cuda-runtime-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-runtime-cu12 12.6.37 which is incompatible.
torch 2.3.1 requires nvidia-cudnn-cu12==8.9.2.26; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cudnn-cu12 9.3.0.75 which is incompatible.
torch 2.3.1 requires nvidia-cufft-cu12==11.0.2.54; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cufft-cu12 11.2.6.28 which is incompatible.
torch 2.3.1 requires nvidia-curand-cu12==10.3.2.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-curand-cu12 10.3.7.37 which is incompatible.
torch 2.3.1 requires nvidia-cusolver-cu12==11.4.5.107; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusolver-cu12 11.6.4.38 which is incompatible.
torch 2.3.1 requires nvidia-cusparse-cu12==12.1.0.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusparse-cu12 12.5.2.23 which is incompatible.
torch 2.3.1 requires nvidia-nccl-cu12==2.20.5; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nccl-cu12 2.22.3 which is incompatible.
torch 2.3.1 requires nvidia-nvtx-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nvtx-cu12 12.6.37 which is incompatible.
Successfully installed nvidia-nvtx-cu12-12.6.37
Requirement already satisfied: optree in ./venv/lib/python3.11/site-packages (0.11.0)
Collecting optree
  Downloading optree-0.12.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (47 kB)
Requirement already satisfied: typing-extensions>=4.5.0 in ./venv/lib/python3.11/site-packages (from optree) (4.12.2)
Downloading optree-0.12.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (349 kB)
Installing collected packages: optree
  Attempting uninstall: optree
    Found existing installation: optree 0.11.0
    Uninstalling optree-0.11.0:
      Successfully uninstalled optree-0.11.0
Successfully installed optree-0.12.1
Requirement already satisfied: orjson in ./venv/lib/python3.11/site-packages (3.10.5)
Collecting orjson
  Downloading orjson-3.10.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (50 kB)
Downloading orjson-3.10.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (141 kB)
Installing collected packages: orjson
  Attempting uninstall: orjson
    Found existing installation: orjson 3.10.5
    Uninstalling orjson-3.10.5:
      Successfully uninstalled orjson-3.10.5
Successfully installed orjson-3.10.7
Requirement already satisfied: pillow in ./venv/lib/python3.11/site-packages (10.3.0)
Collecting pillow
  Downloading pillow-10.4.0-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (9.2 kB)
Downloading pillow-10.4.0-cp311-cp311-manylinux_2_28_x86_64.whl (4.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 21.9 MB/s eta 0:00:00
Installing collected packages: pillow
  Attempting uninstall: pillow
    Found existing installation: pillow 10.3.0
    Uninstalling pillow-10.3.0:
      Successfully uninstalled pillow-10.3.0
Successfully installed pillow-10.4.0
Requirement already satisfied: protobuf in ./venv/lib/python3.11/site-packages (5.27.1)
Collecting protobuf
  Downloading protobuf-5.28.0-cp38-abi3-manylinux2014_x86_64.whl.metadata (592 bytes)
Downloading protobuf-5.28.0-cp38-abi3-manylinux2014_x86_64.whl (316 kB)
Installing collected packages: protobuf
  Attempting uninstall: protobuf
    Found existing installation: protobuf 5.27.1
    Uninstalling protobuf-5.27.1:
      Successfully uninstalled protobuf-5.27.1
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
tensorflow 2.16.1 requires ml-dtypes~=0.3.1, but you have ml-dtypes 0.4.0 which is incompatible.
tensorflow 2.16.1 requires numpy<2.0.0,>=1.23.5; python_version <= "3.11", but you have numpy 2.1.0 which is incompatible.
tensorflow 2.16.1 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.20.3, but you have protobuf 5.28.0 which is incompatible.
tensorflow 2.16.1 requires tensorboard<2.17,>=2.16, but you have tensorboard 2.17.0 which is incompatible.
tensorflow-serving-api 2.16.1 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.20.3, but you have protobuf 5.28.0 which is incompatible.
tensorflow-ranking 0.5.5 requires tensorflow<2.16.0, but you have tensorflow 2.16.1 which is incompatible.
tensorboard 2.17.0 requires protobuf!=4.24.0,<5.0.0,>=3.19.6, but you have protobuf 5.28.0 which is incompatible.
Successfully installed protobuf-5.28.0
Requirement already satisfied: psutil in ./venv/lib/python3.11/site-packages (5.9.8)
Collecting psutil
  Downloading psutil-6.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB)
Downloading psutil-6.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (290 kB)
Installing collected packages: psutil
  Attempting uninstall: psutil
    Found existing installation: psutil 5.9.8
    Uninstalling psutil-5.9.8:
      Successfully uninstalled psutil-5.9.8
Successfully installed psutil-6.0.0
Requirement already satisfied: pyarrow in ./venv/lib/python3.11/site-packages (16.1.0)
Collecting pyarrow
  Downloading pyarrow-17.0.0-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (3.3 kB)
Requirement already satisfied: numpy>=1.16.6 in ./venv/lib/python3.11/site-packages (from pyarrow) (2.1.0)
Downloading pyarrow-17.0.0-cp311-cp311-manylinux_2_28_x86_64.whl (39.9 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.9/39.9 MB 24.9 MB/s eta 0:00:00
Installing collected packages: pyarrow
  Attempting uninstall: pyarrow
    Found existing installation: pyarrow 16.1.0
    Uninstalling pyarrow-16.1.0:
      Successfully uninstalled pyarrow-16.1.0
Successfully installed pyarrow-17.0.0
Requirement already satisfied: pydantic in ./venv/lib/python3.11/site-packages (2.7.4)
Collecting pydantic
  Downloading pydantic-2.8.2-py3-none-any.whl.metadata (125 kB)
Requirement already satisfied: annotated-types>=0.4.0 in ./venv/lib/python3.11/site-packages (from pydantic) (0.7.0)
Collecting pydantic-core==2.20.1 (from pydantic)
  Downloading pydantic_core-2.20.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB)
Requirement already satisfied: typing-extensions>=4.6.1 in ./venv/lib/python3.11/site-packages (from pydantic) (4.12.2)
Downloading pydantic-2.8.2-py3-none-any.whl (423 kB)
Downloading pydantic_core-2.20.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 16.4 MB/s eta 0:00:00
Installing collected packages: pydantic-core, pydantic
  Attempting uninstall: pydantic-core
    Found existing installation: pydantic_core 2.18.4
    Uninstalling pydantic_core-2.18.4:
      Successfully uninstalled pydantic_core-2.18.4
  Attempting uninstall: pydantic
    Found existing installation: pydantic 2.7.4
    Uninstalling pydantic-2.7.4:
      Successfully uninstalled pydantic-2.7.4
Successfully installed pydantic-2.8.2 pydantic-core-2.20.1
Requirement already satisfied: pydantic_core in ./venv/lib/python3.11/site-packages (2.20.1)
Collecting pydantic_core
  Downloading pydantic_core-2.23.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB)
Requirement already satisfied: typing-extensions!=4.7.0,>=4.6.0 in ./venv/lib/python3.11/site-packages (from pydantic_core) (4.12.2)
Downloading pydantic_core-2.23.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 12.1 MB/s eta 0:00:00
Installing collected packages: pydantic_core
  Attempting uninstall: pydantic_core
    Found existing installation: pydantic_core 2.20.1
    Uninstalling pydantic_core-2.20.1:
      Successfully uninstalled pydantic_core-2.20.1
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pydantic 2.8.2 requires pydantic-core==2.20.1, but you have pydantic-core 2.23.0 which is incompatible.
Successfully installed pydantic_core-2.23.0
Requirement already satisfied: pyOpenSSL in ./venv/lib/python3.11/site-packages (24.1.0)
Collecting pyOpenSSL
  Downloading pyOpenSSL-24.2.1-py3-none-any.whl.metadata (13 kB)
Requirement already satisfied: cryptography<44,>=41.0.5 in ./venv/lib/python3.11/site-packages (from pyOpenSSL) (43.0.0)
Requirement already satisfied: cffi>=1.12 in ./venv/lib/python3.11/site-packages (from cryptography<44,>=41.0.5->pyOpenSSL) (1.17.0)
Requirement already satisfied: pycparser in ./venv/lib/python3.11/site-packages (from cffi>=1.12->cryptography<44,>=41.0.5->pyOpenSSL) (2.22)
Downloading pyOpenSSL-24.2.1-py3-none-any.whl (58 kB)
Installing collected packages: pyOpenSSL
  Attempting uninstall: pyOpenSSL
    Found existing installation: pyOpenSSL 24.1.0
    Uninstalling pyOpenSSL-24.1.0:
      Successfully uninstalled pyOpenSSL-24.1.0
Successfully installed pyOpenSSL-24.2.1
Requirement already satisfied: pyparsing in ./venv/lib/python3.11/site-packages (3.1.2)
Collecting pyparsing
  Downloading pyparsing-3.1.4-py3-none-any.whl.metadata (5.1 kB)
Downloading pyparsing-3.1.4-py3-none-any.whl (104 kB)
Installing collected packages: pyparsing
  Attempting uninstall: pyparsing
    Found existing installation: pyparsing 3.1.2
    Uninstalling pyparsing-3.1.2:
      Successfully uninstalled pyparsing-3.1.2
Successfully installed pyparsing-3.1.4
Requirement already satisfied: PyQt5 in ./venv/lib/python3.11/site-packages (5.15.10)
Collecting PyQt5
  Downloading PyQt5-5.15.11-cp38-abi3-manylinux_2_17_x86_64.whl.metadata (2.1 kB)
Collecting PyQt5-sip<13,>=12.15 (from PyQt5)
  Downloading PyQt5_sip-12.15.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (421 bytes)
Requirement already satisfied: PyQt5-Qt5<5.16.0,>=5.15.2 in ./venv/lib/python3.11/site-packages (from PyQt5) (5.15.2)
Downloading PyQt5-5.15.11-cp38-abi3-manylinux_2_17_x86_64.whl (8.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/8.2 MB 2.0 MB/s eta 0:00:00
Downloading PyQt5_sip-12.15.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.whl (276 kB)
Installing collected packages: PyQt5-sip, PyQt5
  Attempting uninstall: PyQt5-sip
    Found existing installation: PyQt5-sip 12.13.0
    Uninstalling PyQt5-sip-12.13.0:
      Successfully uninstalled PyQt5-sip-12.13.0
  Attempting uninstall: PyQt5
    Found existing installation: PyQt5 5.15.10
    Uninstalling PyQt5-5.15.10:
      Successfully uninstalled PyQt5-5.15.10
Successfully installed PyQt5-5.15.11 PyQt5-sip-12.15.0
Requirement already satisfied: PyQt5-Qt5 in ./venv/lib/python3.11/site-packages (5.15.2)
Collecting PyQt5-Qt5
  Downloading PyQt5_Qt5-5.15.14-py3-none-manylinux2014_x86_64.whl.metadata (536 bytes)
Downloading PyQt5_Qt5-5.15.14-py3-none-manylinux2014_x86_64.whl (60.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.5/60.5 MB 28.9 MB/s eta 0:00:00
Installing collected packages: PyQt5-Qt5
  Attempting uninstall: PyQt5-Qt5
    Found existing installation: PyQt5-Qt5 5.15.2
    Uninstalling PyQt5-Qt5-5.15.2:
      Successfully uninstalled PyQt5-Qt5-5.15.2
Successfully installed PyQt5-Qt5-5.15.14
Requirement already satisfied: PyQt5-sip in ./venv/lib/python3.11/site-packages (12.15.0)
Requirement already satisfied: PyWavelets in ./venv/lib/python3.11/site-packages (1.6.0)
Collecting PyWavelets
  Downloading pywavelets-1.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.0 kB)
Requirement already satisfied: numpy<3,>=1.23 in ./venv/lib/python3.11/site-packages (from PyWavelets) (2.1.0)
Downloading pywavelets-1.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 29.0 MB/s eta 0:00:00
Installing collected packages: PyWavelets
  Attempting uninstall: PyWavelets
    Found existing installation: PyWavelets 1.6.0
    Uninstalling PyWavelets-1.6.0:
      Successfully uninstalled PyWavelets-1.6.0
Successfully installed PyWavelets-1.7.0
Requirement already satisfied: PyYAML in ./venv/lib/python3.11/site-packages (6.0.1)
Collecting PyYAML
  Downloading PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Downloading PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (762 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 763.0/763.0 kB 10.8 MB/s eta 0:00:00
Installing collected packages: PyYAML
  Attempting uninstall: PyYAML
    Found existing installation: PyYAML 6.0.1
    Uninstalling PyYAML-6.0.1:
      Successfully uninstalled PyYAML-6.0.1
Successfully installed PyYAML-6.0.2
Requirement already satisfied: pyzo in ./venv/lib/python3.11/site-packages (4.14.4)
Collecting pyzo
  Downloading pyzo-4.16.0-py3-none-any.whl.metadata (2.5 kB)
Downloading pyzo-4.16.0-py3-none-any.whl (2.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 16.1 MB/s eta 0:00:00
Installing collected packages: pyzo
  Attempting uninstall: pyzo
    Found existing installation: pyzo 4.14.4
    Uninstalling pyzo-4.14.4:
      Successfully uninstalled pyzo-4.14.4
Successfully installed pyzo-4.16.0
Requirement already satisfied: rawpy in ./venv/lib/python3.11/site-packages (0.21.0)
Collecting rawpy
  Downloading rawpy-0.22.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.0 kB)
Requirement already satisfied: numpy>=2.0 in ./venv/lib/python3.11/site-packages (from rawpy) (2.1.0)
Downloading rawpy-0.22.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 9.8 MB/s eta 0:00:00
Installing collected packages: rawpy
  Attempting uninstall: rawpy
    Found existing installation: rawpy 0.21.0
    Uninstalling rawpy-0.21.0:
      Successfully uninstalled rawpy-0.21.0
Successfully installed rawpy-0.22.0
Requirement already satisfied: redis in ./venv/lib/python3.11/site-packages (5.0.6)
Collecting redis
  Downloading redis-5.0.8-py3-none-any.whl.metadata (9.2 kB)
Requirement already satisfied: async-timeout>=4.0.3 in ./venv/lib/python3.11/site-packages (from redis) (4.0.3)
Downloading redis-5.0.8-py3-none-any.whl (255 kB)
Installing collected packages: redis
  Attempting uninstall: redis
    Found existing installation: redis 5.0.6
    Uninstalling redis-5.0.6:
      Successfully uninstalled redis-5.0.6
Successfully installed redis-5.0.8
Requirement already satisfied: regex in ./venv/lib/python3.11/site-packages (2024.5.15)
Collecting regex
  Downloading regex-2024.7.24-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB)
Downloading regex-2024.7.24-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (786 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 786.6/786.6 kB 10.8 MB/s eta 0:00:00
Installing collected packages: regex
  Attempting uninstall: regex
    Found existing installation: regex 2024.5.15
    Uninstalling regex-2024.5.15:
      Successfully uninstalled regex-2024.5.15
Successfully installed regex-2024.7.24
Requirement already satisfied: rich in ./venv/lib/python3.11/site-packages (13.7.1)
Collecting rich
  Downloading rich-13.8.0-py3-none-any.whl.metadata (18 kB)
Requirement already satisfied: markdown-it-py>=2.2.0 in ./venv/lib/python3.11/site-packages (from rich) (3.0.0)
Requirement already satisfied: pygments<3.0.0,>=2.13.0 in ./venv/lib/python3.11/site-packages (from rich) (2.18.0)
Requirement already satisfied: mdurl~=0.1 in ./venv/lib/python3.11/site-packages (from markdown-it-py>=2.2.0->rich) (0.1.2)
Downloading rich-13.8.0-py3-none-any.whl (241 kB)
Installing collected packages: rich
  Attempting uninstall: rich
    Found existing installation: rich 13.7.1
    Uninstalling rich-13.7.1:
      Successfully uninstalled rich-13.7.1
Successfully installed rich-13.8.0
Requirement already satisfied: rpds-py in ./venv/lib/python3.11/site-packages (0.19.0)
Collecting rpds-py
  Downloading rpds_py-0.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB)
Downloading rpds_py-0.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (354 kB)
Installing collected packages: rpds-py
  Attempting uninstall: rpds-py
    Found existing installation: rpds-py 0.19.0
    Uninstalling rpds-py-0.19.0:
      Successfully uninstalled rpds-py-0.19.0
Successfully installed rpds-py-0.20.0
Requirement already satisfied: safetensors in ./venv/lib/python3.11/site-packages (0.4.3)
Collecting safetensors
  Downloading safetensors-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.8 kB)
Downloading safetensors-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435 kB)
Installing collected packages: safetensors
  Attempting uninstall: safetensors
    Found existing installation: safetensors 0.4.3
    Uninstalling safetensors-0.4.3:
      Successfully uninstalled safetensors-0.4.3
Successfully installed safetensors-0.4.4
Requirement already satisfied: scikit-image in ./venv/lib/python3.11/site-packages (0.23.2)
Collecting scikit-image
  Downloading scikit_image-0.24.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (14 kB)
Requirement already satisfied: numpy>=1.23 in ./venv/lib/python3.11/site-packages (from scikit-image) (2.1.0)
Requirement already satisfied: scipy>=1.9 in ./venv/lib/python3.11/site-packages (from scikit-image) (1.13.1)
Requirement already satisfied: networkx>=2.8 in ./venv/lib/python3.11/site-packages (from scikit-image) (3.3)
Requirement already satisfied: pillow>=9.1 in ./venv/lib/python3.11/site-packages (from scikit-image) (10.4.0)
Requirement already satisfied: imageio>=2.33 in ./venv/lib/python3.11/site-packages (from scikit-image) (2.35.1)
Requirement already satisfied: tifffile>=2022.8.12 in ./venv/lib/python3.11/site-packages (from scikit-image) (2024.5.22)
Requirement already satisfied: packaging>=21 in ./venv/lib/python3.11/site-packages (from scikit-image) (24.1)
Requirement already satisfied: lazy-loader>=0.4 in ./venv/lib/python3.11/site-packages (from scikit-image) (0.4)
Downloading scikit_image-0.24.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.9 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.9/14.9 MB 25.1 MB/s eta 0:00:00
Installing collected packages: scikit-image
  Attempting uninstall: scikit-image
    Found existing installation: scikit-image 0.23.2
    Uninstalling scikit-image-0.23.2:
      Successfully uninstalled scikit-image-0.23.2
Successfully installed scikit-image-0.24.0
Requirement already satisfied: scikit-learn in ./venv/lib/python3.11/site-packages (1.5.0)
Collecting scikit-learn
  Downloading scikit_learn-1.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB)
Requirement already satisfied: numpy>=1.19.5 in ./venv/lib/python3.11/site-packages (from scikit-learn) (2.1.0)
Requirement already satisfied: scipy>=1.6.0 in ./venv/lib/python3.11/site-packages (from scikit-learn) (1.13.1)
Requirement already satisfied: joblib>=1.2.0 in ./venv/lib/python3.11/site-packages (from scikit-learn) (1.4.2)
Requirement already satisfied: threadpoolctl>=3.1.0 in ./venv/lib/python3.11/site-packages (from scikit-learn) (3.5.0)
Downloading scikit_learn-1.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.3/13.3 MB 2.2 MB/s eta 0:00:00
Installing collected packages: scikit-learn
  Attempting uninstall: scikit-learn
    Found existing installation: scikit-learn 1.5.0
    Uninstalling scikit-learn-1.5.0:
      Successfully uninstalled scikit-learn-1.5.0
Successfully installed scikit-learn-1.5.1
Requirement already satisfied: scipy in ./venv/lib/python3.11/site-packages (1.13.1)
Collecting scipy
  Downloading scipy-1.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB)
Requirement already satisfied: numpy<2.3,>=1.23.5 in ./venv/lib/python3.11/site-packages (from scipy) (2.1.0)
Downloading scipy-1.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (41.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.2/41.2 MB 2.2 MB/s eta 0:00:00
Installing collected packages: scipy
  Attempting uninstall: scipy
    Found existing installation: scipy 1.13.1
    Uninstalling scipy-1.13.1:
      Successfully uninstalled scipy-1.13.1
Successfully installed scipy-1.14.1
Requirement already satisfied: selenium in ./venv/lib/python3.11/site-packages (4.21.0)
Collecting selenium
  Downloading selenium-4.24.0-py3-none-any.whl.metadata (7.1 kB)
Requirement already satisfied: urllib3<3,>=1.26 in ./venv/lib/python3.11/site-packages (from urllib3[socks]<3,>=1.26->selenium) (2.2.1)
Requirement already satisfied: trio~=0.17 in ./venv/lib/python3.11/site-packages (from selenium) (0.25.1)
Requirement already satisfied: trio-websocket~=0.9 in ./venv/lib/python3.11/site-packages (from selenium) (0.11.1)
Requirement already satisfied: certifi>=2021.10.8 in ./venv/lib/python3.11/site-packages (from selenium) (2024.7.4)
Requirement already satisfied: typing_extensions~=4.9 in ./venv/lib/python3.11/site-packages (from selenium) (4.12.2)
Collecting websocket-client~=1.8 (from selenium)
  Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB)
Requirement already satisfied: attrs>=23.2.0 in ./venv/lib/python3.11/site-packages (from trio~=0.17->selenium) (24.2.0)
Requirement already satisfied: sortedcontainers in ./venv/lib/python3.11/site-packages (from trio~=0.17->selenium) (2.4.0)
Requirement already satisfied: idna in ./venv/lib/python3.11/site-packages (from trio~=0.17->selenium) (3.8)
Requirement already satisfied: outcome in ./venv/lib/python3.11/site-packages (from trio~=0.17->selenium) (1.3.0.post0)
Requirement already satisfied: sniffio>=1.3.0 in ./venv/lib/python3.11/site-packages (from trio~=0.17->selenium) (1.3.1)
Requirement already satisfied: wsproto>=0.14 in ./venv/lib/python3.11/site-packages (from trio-websocket~=0.9->selenium) (1.2.0)
Requirement already satisfied: pysocks!=1.5.7,<2.0,>=1.5.6 in ./venv/lib/python3.11/site-packages (from urllib3[socks]<3,>=1.26->selenium) (1.7.1)
Requirement already satisfied: h11<1,>=0.9.0 in ./venv/lib/python3.11/site-packages (from wsproto>=0.14->trio-websocket~=0.9->selenium) (0.14.0)
Downloading selenium-4.24.0-py3-none-any.whl (9.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.6/9.6 MB 23.8 MB/s eta 0:00:00
Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB)
Installing collected packages: websocket-client, selenium
  Attempting uninstall: selenium
    Found existing installation: selenium 4.21.0
    Uninstalling selenium-4.21.0:
      Successfully uninstalled selenium-4.21.0
Successfully installed selenium-4.24.0 websocket-client-1.8.0
Requirement already satisfied: setuptools in ./venv/lib/python3.11/site-packages (70.0.0)
Collecting setuptools
  Using cached setuptools-74.0.0-py3-none-any.whl.metadata (6.7 kB)
Using cached setuptools-74.0.0-py3-none-any.whl (1.3 MB)
Installing collected packages: setuptools
  Attempting uninstall: setuptools
    Found existing installation: setuptools 70.0.0
    Uninstalling setuptools-70.0.0:
      Successfully uninstalled setuptools-70.0.0
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
tensorflow 2.16.1 requires ml-dtypes~=0.3.1, but you have ml-dtypes 0.4.0 which is incompatible.
tensorflow 2.16.1 requires numpy<2.0.0,>=1.23.5; python_version <= "3.11", but you have numpy 2.1.0 which is incompatible.
tensorflow 2.16.1 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.20.3, but you have protobuf 5.28.0 which is incompatible.
tensorflow 2.16.1 requires tensorboard<2.17,>=2.16, but you have tensorboard 2.17.0 which is incompatible.
tensorflow-serving-api 2.16.1 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.20.3, but you have protobuf 5.28.0 which is incompatible.
tensorflow-ranking 0.5.5 requires tensorflow<2.16.0, but you have tensorflow 2.16.1 which is incompatible.
tensorboard 2.17.0 requires protobuf!=4.24.0,<5.0.0,>=3.19.6, but you have protobuf 5.28.0 which is incompatible.
Successfully installed setuptools-74.0.0
Requirement already satisfied: soupsieve in ./venv/lib/python3.11/site-packages (2.5)
Collecting soupsieve
  Downloading soupsieve-2.6-py3-none-any.whl.metadata (4.6 kB)
Downloading soupsieve-2.6-py3-none-any.whl (36 kB)
Installing collected packages: soupsieve
  Attempting uninstall: soupsieve
    Found existing installation: soupsieve 2.5
    Uninstalling soupsieve-2.5:
      Successfully uninstalled soupsieve-2.5
Successfully installed soupsieve-2.6
Requirement already satisfied: SQLAlchemy in ./venv/lib/python3.11/site-packages (2.0.30)
Collecting SQLAlchemy
  Downloading SQLAlchemy-2.0.32-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.6 kB)
Requirement already satisfied: typing-extensions>=4.6.0 in ./venv/lib/python3.11/site-packages (from SQLAlchemy) (4.12.2)
Requirement already satisfied: greenlet!=0.4.17 in ./venv/lib/python3.11/site-packages (from SQLAlchemy) (3.0.3)
Downloading SQLAlchemy-2.0.32-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 21.7 MB/s eta 0:00:00
Installing collected packages: SQLAlchemy
  Attempting uninstall: SQLAlchemy
    Found existing installation: SQLAlchemy 2.0.30
    Uninstalling SQLAlchemy-2.0.30:
      Successfully uninstalled SQLAlchemy-2.0.30
Successfully installed SQLAlchemy-2.0.32
Requirement already satisfied: sqlparse in ./venv/lib/python3.11/site-packages (0.5.0)
Collecting sqlparse
  Downloading sqlparse-0.5.1-py3-none-any.whl.metadata (3.9 kB)
Downloading sqlparse-0.5.1-py3-none-any.whl (44 kB)
Installing collected packages: sqlparse
  Attempting uninstall: sqlparse
    Found existing installation: sqlparse 0.5.0
    Uninstalling sqlparse-0.5.0:
      Successfully uninstalled sqlparse-0.5.0
Successfully installed sqlparse-0.5.1
Requirement already satisfied: starlette in ./venv/lib/python3.11/site-packages (0.37.2)
Collecting starlette
  Downloading starlette-0.38.2-py3-none-any.whl.metadata (5.9 kB)
Requirement already satisfied: anyio<5,>=3.4.0 in ./venv/lib/python3.11/site-packages (from starlette) (4.4.0)
Requirement already satisfied: idna>=2.8 in ./venv/lib/python3.11/site-packages (from anyio<5,>=3.4.0->starlette) (3.8)
Requirement already satisfied: sniffio>=1.1 in ./venv/lib/python3.11/site-packages (from anyio<5,>=3.4.0->starlette) (1.3.1)
Downloading starlette-0.38.2-py3-none-any.whl (72 kB)
Installing collected packages: starlette
  Attempting uninstall: starlette
    Found existing installation: starlette 0.37.2
    Uninstalling starlette-0.37.2:
      Successfully uninstalled starlette-0.37.2
Successfully installed starlette-0.38.2
Requirement already satisfied: stone in ./venv/lib/python3.11/site-packages (3.3.6)
Collecting stone
  Downloading stone-3.3.8-py3-none-any.whl.metadata (8.0 kB)
Requirement already satisfied: ply>=3.4 in ./venv/lib/python3.11/site-packages (from stone) (3.11)
Requirement already satisfied: six>=1.12.0 in ./venv/lib/python3.11/site-packages (from stone) (1.16.0)
Requirement already satisfied: packaging>=21.0 in ./venv/lib/python3.11/site-packages (from stone) (24.1)
Downloading stone-3.3.8-py3-none-any.whl (159 kB)
Installing collected packages: stone
  Attempting uninstall: stone
    Found existing installation: stone 3.3.6
    Uninstalling stone-3.3.6:
      Successfully uninstalled stone-3.3.6
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
dropbox 12.0.2 requires stone<3.3.3,>=2, but you have stone 3.3.8 which is incompatible.
Successfully installed stone-3.3.8
Requirement already satisfied: sympy in ./venv/lib/python3.11/site-packages (1.12.1)
Collecting sympy
  Downloading sympy-1.13.2-py3-none-any.whl.metadata (12 kB)
Requirement already satisfied: mpmath<1.4,>=1.1.0 in ./venv/lib/python3.11/site-packages (from sympy) (1.3.0)
Downloading sympy-1.13.2-py3-none-any.whl (6.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 23.1 MB/s eta 0:00:00
Installing collected packages: sympy
  Attempting uninstall: sympy
    Found existing installation: sympy 1.12.1
    Uninstalling sympy-1.12.1:
      Successfully uninstalled sympy-1.12.1
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch 2.3.1 requires nvidia-cublas-cu12==12.1.3.1; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cublas-cu12 12.6.0.22 which is incompatible.
torch 2.3.1 requires nvidia-cuda-cupti-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-cupti-cu12 12.6.37 which is incompatible.
torch 2.3.1 requires nvidia-cuda-nvrtc-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-nvrtc-cu12 12.6.20 which is incompatible.
torch 2.3.1 requires nvidia-cuda-runtime-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-runtime-cu12 12.6.37 which is incompatible.
torch 2.3.1 requires nvidia-cudnn-cu12==8.9.2.26; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cudnn-cu12 9.3.0.75 which is incompatible.
torch 2.3.1 requires nvidia-cufft-cu12==11.0.2.54; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cufft-cu12 11.2.6.28 which is incompatible.
torch 2.3.1 requires nvidia-curand-cu12==10.3.2.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-curand-cu12 10.3.7.37 which is incompatible.
torch 2.3.1 requires nvidia-cusolver-cu12==11.4.5.107; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusolver-cu12 11.6.4.38 which is incompatible.
torch 2.3.1 requires nvidia-cusparse-cu12==12.1.0.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusparse-cu12 12.5.2.23 which is incompatible.
torch 2.3.1 requires nvidia-nccl-cu12==2.20.5; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nccl-cu12 2.22.3 which is incompatible.
torch 2.3.1 requires nvidia-nvtx-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nvtx-cu12 12.6.37 which is incompatible.
Successfully installed sympy-1.13.2
Requirement already satisfied: tensorboard in ./venv/lib/python3.11/site-packages (2.17.0)
Collecting tensorboard
  Downloading tensorboard-2.17.1-py3-none-any.whl.metadata (1.6 kB)
Requirement already satisfied: absl-py>=0.4 in ./venv/lib/python3.11/site-packages (from tensorboard) (2.1.0)
Requirement already satisfied: grpcio>=1.48.2 in ./venv/lib/python3.11/site-packages (from tensorboard) (1.66.1)
Requirement already satisfied: markdown>=2.6.8 in ./venv/lib/python3.11/site-packages (from tensorboard) (3.7)
Requirement already satisfied: numpy>=1.12.0 in ./venv/lib/python3.11/site-packages (from tensorboard) (2.1.0)
Requirement already satisfied: packaging in ./venv/lib/python3.11/site-packages (from tensorboard) (24.1)
Requirement already satisfied: protobuf!=4.24.0,>=3.19.6 in ./venv/lib/python3.11/site-packages (from tensorboard) (5.28.0)
Requirement already satisfied: setuptools>=41.0.0 in ./venv/lib/python3.11/site-packages (from tensorboard) (74.0.0)
Requirement already satisfied: six>1.9 in ./venv/lib/python3.11/site-packages (from tensorboard) (1.16.0)
Requirement already satisfied: tensorboard-data-server<0.8.0,>=0.7.0 in ./venv/lib/python3.11/site-packages (from tensorboard) (0.7.2)
Requirement already satisfied: werkzeug>=1.0.1 in ./venv/lib/python3.11/site-packages (from tensorboard) (3.0.3)
Requirement already satisfied: MarkupSafe>=2.1.1 in ./venv/lib/python3.11/site-packages (from werkzeug>=1.0.1->tensorboard) (2.1.5)
Downloading tensorboard-2.17.1-py3-none-any.whl (5.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.5/5.5 MB 22.2 MB/s eta 0:00:00
Installing collected packages: tensorboard
  Attempting uninstall: tensorboard
    Found existing installation: tensorboard 2.17.0
    Uninstalling tensorboard-2.17.0:
      Successfully uninstalled tensorboard-2.17.0
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
tensorflow 2.16.1 requires ml-dtypes~=0.3.1, but you have ml-dtypes 0.4.0 which is incompatible.
tensorflow 2.16.1 requires numpy<2.0.0,>=1.23.5; python_version <= "3.11", but you have numpy 2.1.0 which is incompatible.
tensorflow 2.16.1 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.20.3, but you have protobuf 5.28.0 which is incompatible.
tensorflow 2.16.1 requires tensorboard<2.17,>=2.16, but you have tensorboard 2.17.1 which is incompatible.
tensorflow-serving-api 2.16.1 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.20.3, but you have protobuf 5.28.0 which is incompatible.
tensorflow-ranking 0.5.5 requires tensorflow<2.16.0, but you have tensorflow 2.16.1 which is incompatible.
Successfully installed tensorboard-2.17.1
Requirement already satisfied: tensorflow in ./venv/lib/python3.11/site-packages (2.16.1)
Collecting tensorflow
  Downloading tensorflow-2.17.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB)
Requirement already satisfied: absl-py>=1.0.0 in ./venv/lib/python3.11/site-packages (from tensorflow) (2.1.0)
Requirement already satisfied: astunparse>=1.6.0 in ./venv/lib/python3.11/site-packages (from tensorflow) (1.6.3)
Requirement already satisfied: flatbuffers>=24.3.25 in ./venv/lib/python3.11/site-packages (from tensorflow) (24.3.25)
Requirement already satisfied: gast!=0.5.0,!=0.5.1,!=0.5.2,>=0.2.1 in ./venv/lib/python3.11/site-packages (from tensorflow) (0.6.0)
Requirement already satisfied: google-pasta>=0.1.1 in ./venv/lib/python3.11/site-packages (from tensorflow) (0.2.0)
Requirement already satisfied: h5py>=3.10.0 in ./venv/lib/python3.11/site-packages (from tensorflow) (3.11.0)
Requirement already satisfied: libclang>=13.0.0 in ./venv/lib/python3.11/site-packages (from tensorflow) (18.1.1)
Requirement already satisfied: ml-dtypes<0.5.0,>=0.3.1 in ./venv/lib/python3.11/site-packages (from tensorflow) (0.4.0)
Requirement already satisfied: opt-einsum>=2.3.2 in ./venv/lib/python3.11/site-packages (from tensorflow) (3.3.0)
Requirement already satisfied: packaging in ./venv/lib/python3.11/site-packages (from tensorflow) (24.1)
Collecting protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.20.3 (from tensorflow)
  Downloading protobuf-4.25.4-cp37-abi3-manylinux2014_x86_64.whl.metadata (541 bytes)
Requirement already satisfied: requests<3,>=2.21.0 in ./venv/lib/python3.11/site-packages (from tensorflow) (2.32.3)
Requirement already satisfied: setuptools in ./venv/lib/python3.11/site-packages (from tensorflow) (74.0.0)
Requirement already satisfied: six>=1.12.0 in ./venv/lib/python3.11/site-packages (from tensorflow) (1.16.0)
Requirement already satisfied: termcolor>=1.1.0 in ./venv/lib/python3.11/site-packages (from tensorflow) (2.4.0)
Requirement already satisfied: typing-extensions>=3.6.6 in ./venv/lib/python3.11/site-packages (from tensorflow) (4.12.2)
Requirement already satisfied: wrapt>=1.11.0 in ./venv/lib/python3.11/site-packages (from tensorflow) (1.16.0)
Requirement already satisfied: grpcio<2.0,>=1.24.3 in ./venv/lib/python3.11/site-packages (from tensorflow) (1.66.1)
Requirement already satisfied: tensorboard<2.18,>=2.17 in ./venv/lib/python3.11/site-packages (from tensorflow) (2.17.1)
Requirement already satisfied: keras>=3.2.0 in ./venv/lib/python3.11/site-packages (from tensorflow) (3.5.0)
Requirement already satisfied: tensorflow-io-gcs-filesystem>=0.23.1 in ./venv/lib/python3.11/site-packages (from tensorflow) (0.37.0)
Collecting numpy<2.0.0,>=1.23.5 (from tensorflow)
  Using cached numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)
Requirement already satisfied: wheel<1.0,>=0.23.0 in ./venv/lib/python3.11/site-packages (from astunparse>=1.6.0->tensorflow) (0.43.0)
Requirement already satisfied: rich in ./venv/lib/python3.11/site-packages (from keras>=3.2.0->tensorflow) (13.8.0)
Requirement already satisfied: namex in ./venv/lib/python3.11/site-packages (from keras>=3.2.0->tensorflow) (0.0.8)
Requirement already satisfied: optree in ./venv/lib/python3.11/site-packages (from keras>=3.2.0->tensorflow) (0.12.1)
Requirement already satisfied: charset-normalizer<4,>=2 in ./venv/lib/python3.11/site-packages (from requests<3,>=2.21.0->tensorflow) (3.3.2)
Requirement already satisfied: idna<4,>=2.5 in ./venv/lib/python3.11/site-packages (from requests<3,>=2.21.0->tensorflow) (3.8)
Requirement already satisfied: urllib3<3,>=1.21.1 in ./venv/lib/python3.11/site-packages (from requests<3,>=2.21.0->tensorflow) (2.2.1)
Requirement already satisfied: certifi>=2017.4.17 in ./venv/lib/python3.11/site-packages (from requests<3,>=2.21.0->tensorflow) (2024.7.4)
Requirement already satisfied: markdown>=2.6.8 in ./venv/lib/python3.11/site-packages (from tensorboard<2.18,>=2.17->tensorflow) (3.7)
Requirement already satisfied: tensorboard-data-server<0.8.0,>=0.7.0 in ./venv/lib/python3.11/site-packages (from tensorboard<2.18,>=2.17->tensorflow) (0.7.2)
Requirement already satisfied: werkzeug>=1.0.1 in ./venv/lib/python3.11/site-packages (from tensorboard<2.18,>=2.17->tensorflow) (3.0.3)
Requirement already satisfied: MarkupSafe>=2.1.1 in ./venv/lib/python3.11/site-packages (from werkzeug>=1.0.1->tensorboard<2.18,>=2.17->tensorflow) (2.1.5)
Requirement already satisfied: markdown-it-py>=2.2.0 in ./venv/lib/python3.11/site-packages (from rich->keras>=3.2.0->tensorflow) (3.0.0)
Requirement already satisfied: pygments<3.0.0,>=2.13.0 in ./venv/lib/python3.11/site-packages (from rich->keras>=3.2.0->tensorflow) (2.18.0)
Requirement already satisfied: mdurl~=0.1 in ./venv/lib/python3.11/site-packages (from markdown-it-py>=2.2.0->rich->keras>=3.2.0->tensorflow) (0.1.2)
Downloading tensorflow-2.17.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (601.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 601.3/601.3 MB 25.1 MB/s eta 0:00:00
Using cached numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB)
Downloading protobuf-4.25.4-cp37-abi3-manylinux2014_x86_64.whl (294 kB)
Installing collected packages: protobuf, numpy, tensorflow
  Attempting uninstall: protobuf
    Found existing installation: protobuf 5.28.0
    Uninstalling protobuf-5.28.0:
      Successfully uninstalled protobuf-5.28.0
  Attempting uninstall: numpy
    Found existing installation: numpy 2.1.0
    Uninstalling numpy-2.1.0:
      Successfully uninstalled numpy-2.1.0
  Attempting uninstall: tensorflow
    Found existing installation: tensorflow 2.16.1
    Uninstalling tensorflow-2.16.1:
      Successfully uninstalled tensorflow-2.16.1
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
tensorflow-ranking 0.5.5 requires tensorflow<2.16.0, but you have tensorflow 2.17.0 which is incompatible.
rawpy 0.22.0 requires numpy>=2.0, but you have numpy 1.26.4 which is incompatible.
Successfully installed numpy-1.26.4 protobuf-4.25.4 tensorflow-2.17.0
Requirement already satisfied: tensorflow-io-gcs-filesystem in ./venv/lib/python3.11/site-packages (0.37.0)
Collecting tensorflow-io-gcs-filesystem
  Downloading tensorflow_io_gcs_filesystem-0.37.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (14 kB)
Downloading tensorflow_io_gcs_filesystem-0.37.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.1/5.1 MB 23.1 MB/s eta 0:00:00
Installing collected packages: tensorflow-io-gcs-filesystem
  Attempting uninstall: tensorflow-io-gcs-filesystem
    Found existing installation: tensorflow-io-gcs-filesystem 0.37.0
    Uninstalling tensorflow-io-gcs-filesystem-0.37.0:
      Successfully uninstalled tensorflow-io-gcs-filesystem-0.37.0
Successfully installed tensorflow-io-gcs-filesystem-0.37.1
Requirement already satisfied: tensorflow-serving-api in ./venv/lib/python3.11/site-packages (2.16.1)
Collecting tensorflow-serving-api
  Downloading tensorflow_serving_api-2.17.0-py2.py3-none-any.whl.metadata (1.8 kB)
Requirement already satisfied: grpcio<2.0,>=1.24.3 in ./venv/lib/python3.11/site-packages (from tensorflow-serving-api) (1.66.1)
Requirement already satisfied: protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.20.3 in ./venv/lib/python3.11/site-packages (from tensorflow-serving-api) (4.25.4)
Requirement already satisfied: tensorflow<3,>=2.17.0 in ./venv/lib/python3.11/site-packages (from tensorflow-serving-api) (2.17.0)
Requirement already satisfied: absl-py>=1.0.0 in ./venv/lib/python3.11/site-packages (from tensorflow<3,>=2.17.0->tensorflow-serving-api) (2.1.0)
Requirement already satisfied: astunparse>=1.6.0 in ./venv/lib/python3.11/site-packages (from tensorflow<3,>=2.17.0->tensorflow-serving-api) (1.6.3)
Requirement already satisfied: flatbuffers>=24.3.25 in ./venv/lib/python3.11/site-packages (from tensorflow<3,>=2.17.0->tensorflow-serving-api) (24.3.25)
Requirement already satisfied: gast!=0.5.0,!=0.5.1,!=0.5.2,>=0.2.1 in ./venv/lib/python3.11/site-packages (from tensorflow<3,>=2.17.0->tensorflow-serving-api) (0.6.0)
Requirement already satisfied: google-pasta>=0.1.1 in ./venv/lib/python3.11/site-packages (from tensorflow<3,>=2.17.0->tensorflow-serving-api) (0.2.0)
Requirement already satisfied: h5py>=3.10.0 in ./venv/lib/python3.11/site-packages (from tensorflow<3,>=2.17.0->tensorflow-serving-api) (3.11.0)
Requirement already satisfied: libclang>=13.0.0 in ./venv/lib/python3.11/site-packages (from tensorflow<3,>=2.17.0->tensorflow-serving-api) (18.1.1)
Requirement already satisfied: ml-dtypes<0.5.0,>=0.3.1 in ./venv/lib/python3.11/site-packages (from tensorflow<3,>=2.17.0->tensorflow-serving-api) (0.4.0)
Requirement already satisfied: opt-einsum>=2.3.2 in ./venv/lib/python3.11/site-packages (from tensorflow<3,>=2.17.0->tensorflow-serving-api) (3.3.0)
Requirement already satisfied: packaging in ./venv/lib/python3.11/site-packages (from tensorflow<3,>=2.17.0->tensorflow-serving-api) (24.1)
Requirement already satisfied: requests<3,>=2.21.0 in ./venv/lib/python3.11/site-packages (from tensorflow<3,>=2.17.0->tensorflow-serving-api) (2.32.3)
Requirement already satisfied: setuptools in ./venv/lib/python3.11/site-packages (from tensorflow<3,>=2.17.0->tensorflow-serving-api) (74.0.0)
Requirement already satisfied: six>=1.12.0 in ./venv/lib/python3.11/site-packages (from tensorflow<3,>=2.17.0->tensorflow-serving-api) (1.16.0)
Requirement already satisfied: termcolor>=1.1.0 in ./venv/lib/python3.11/site-packages (from tensorflow<3,>=2.17.0->tensorflow-serving-api) (2.4.0)
Requirement already satisfied: typing-extensions>=3.6.6 in ./venv/lib/python3.11/site-packages (from tensorflow<3,>=2.17.0->tensorflow-serving-api) (4.12.2)
Requirement already satisfied: wrapt>=1.11.0 in ./venv/lib/python3.11/site-packages (from tensorflow<3,>=2.17.0->tensorflow-serving-api) (1.16.0)
Requirement already satisfied: tensorboard<2.18,>=2.17 in ./venv/lib/python3.11/site-packages (from tensorflow<3,>=2.17.0->tensorflow-serving-api) (2.17.1)
Requirement already satisfied: keras>=3.2.0 in ./venv/lib/python3.11/site-packages (from tensorflow<3,>=2.17.0->tensorflow-serving-api) (3.5.0)
Requirement already satisfied: tensorflow-io-gcs-filesystem>=0.23.1 in ./venv/lib/python3.11/site-packages (from tensorflow<3,>=2.17.0->tensorflow-serving-api) (0.37.1)
Requirement already satisfied: numpy<2.0.0,>=1.23.5 in ./venv/lib/python3.11/site-packages (from tensorflow<3,>=2.17.0->tensorflow-serving-api) (1.26.4)
Requirement already satisfied: wheel<1.0,>=0.23.0 in ./venv/lib/python3.11/site-packages (from astunparse>=1.6.0->tensorflow<3,>=2.17.0->tensorflow-serving-api) (0.43.0)
Requirement already satisfied: rich in ./venv/lib/python3.11/site-packages (from keras>=3.2.0->tensorflow<3,>=2.17.0->tensorflow-serving-api) (13.8.0)
Requirement already satisfied: namex in ./venv/lib/python3.11/site-packages (from keras>=3.2.0->tensorflow<3,>=2.17.0->tensorflow-serving-api) (0.0.8)
Requirement already satisfied: optree in ./venv/lib/python3.11/site-packages (from keras>=3.2.0->tensorflow<3,>=2.17.0->tensorflow-serving-api) (0.12.1)
Requirement already satisfied: charset-normalizer<4,>=2 in ./venv/lib/python3.11/site-packages (from requests<3,>=2.21.0->tensorflow<3,>=2.17.0->tensorflow-serving-api) (3.3.2)
Requirement already satisfied: idna<4,>=2.5 in ./venv/lib/python3.11/site-packages (from requests<3,>=2.21.0->tensorflow<3,>=2.17.0->tensorflow-serving-api) (3.8)
Requirement already satisfied: urllib3<3,>=1.21.1 in ./venv/lib/python3.11/site-packages (from requests<3,>=2.21.0->tensorflow<3,>=2.17.0->tensorflow-serving-api) (2.2.1)
Requirement already satisfied: certifi>=2017.4.17 in ./venv/lib/python3.11/site-packages (from requests<3,>=2.21.0->tensorflow<3,>=2.17.0->tensorflow-serving-api) (2024.7.4)
Requirement already satisfied: markdown>=2.6.8 in ./venv/lib/python3.11/site-packages (from tensorboard<2.18,>=2.17->tensorflow<3,>=2.17.0->tensorflow-serving-api) (3.7)
Requirement already satisfied: tensorboard-data-server<0.8.0,>=0.7.0 in ./venv/lib/python3.11/site-packages (from tensorboard<2.18,>=2.17->tensorflow<3,>=2.17.0->tensorflow-serving-api) (0.7.2)
Requirement already satisfied: werkzeug>=1.0.1 in ./venv/lib/python3.11/site-packages (from tensorboard<2.18,>=2.17->tensorflow<3,>=2.17.0->tensorflow-serving-api) (3.0.3)
Requirement already satisfied: MarkupSafe>=2.1.1 in ./venv/lib/python3.11/site-packages (from werkzeug>=1.0.1->tensorboard<2.18,>=2.17->tensorflow<3,>=2.17.0->tensorflow-serving-api) (2.1.5)
Requirement already satisfied: markdown-it-py>=2.2.0 in ./venv/lib/python3.11/site-packages (from rich->keras>=3.2.0->tensorflow<3,>=2.17.0->tensorflow-serving-api) (3.0.0)
Requirement already satisfied: pygments<3.0.0,>=2.13.0 in ./venv/lib/python3.11/site-packages (from rich->keras>=3.2.0->tensorflow<3,>=2.17.0->tensorflow-serving-api) (2.18.0)
Requirement already satisfied: mdurl~=0.1 in ./venv/lib/python3.11/site-packages (from markdown-it-py>=2.2.0->rich->keras>=3.2.0->tensorflow<3,>=2.17.0->tensorflow-serving-api) (0.1.2)
Downloading tensorflow_serving_api-2.17.0-py2.py3-none-any.whl (26 kB)
Installing collected packages: tensorflow-serving-api
  Attempting uninstall: tensorflow-serving-api
    Found existing installation: tensorflow-serving-api 2.16.1
    Uninstalling tensorflow-serving-api-2.16.1:
      Successfully uninstalled tensorflow-serving-api-2.16.1
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
tensorflow-ranking 0.5.5 requires tensorflow<2.16.0, but you have tensorflow 2.17.0 which is incompatible.
Successfully installed tensorflow-serving-api-2.17.0
Requirement already satisfied: tifffile in ./venv/lib/python3.11/site-packages (2024.5.22)
Collecting tifffile
  Downloading tifffile-2024.8.28-py3-none-any.whl.metadata (31 kB)
Requirement already satisfied: numpy in ./venv/lib/python3.11/site-packages (from tifffile) (1.26.4)
Downloading tifffile-2024.8.28-py3-none-any.whl (226 kB)
Installing collected packages: tifffile
  Attempting uninstall: tifffile
    Found existing installation: tifffile 2024.5.22
    Uninstalling tifffile-2024.5.22:
      Successfully uninstalled tifffile-2024.5.22
Successfully installed tifffile-2024.8.28
Requirement already satisfied: tokenizers in ./venv/lib/python3.11/site-packages (0.19.1)
Collecting tokenizers
  Downloading tokenizers-0.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB)
Requirement already satisfied: huggingface-hub<1.0,>=0.16.4 in ./venv/lib/python3.11/site-packages (from tokenizers) (0.24.6)
Requirement already satisfied: filelock in ./venv/lib/python3.11/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers) (3.15.4)
Requirement already satisfied: fsspec>=2023.5.0 in ./venv/lib/python3.11/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers) (2024.6.1)
Requirement already satisfied: packaging>=20.9 in ./venv/lib/python3.11/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers) (24.1)
Requirement already satisfied: pyyaml>=5.1 in ./venv/lib/python3.11/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers) (6.0.2)
Requirement already satisfied: requests in ./venv/lib/python3.11/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers) (2.32.3)
Requirement already satisfied: tqdm>=4.42.1 in ./venv/lib/python3.11/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers) (4.66.4)
Requirement already satisfied: typing-extensions>=3.7.4.3 in ./venv/lib/python3.11/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers) (4.12.2)
Requirement already satisfied: charset-normalizer<4,>=2 in ./venv/lib/python3.11/site-packages (from requests->huggingface-hub<1.0,>=0.16.4->tokenizers) (3.3.2)
Requirement already satisfied: idna<4,>=2.5 in ./venv/lib/python3.11/site-packages (from requests->huggingface-hub<1.0,>=0.16.4->tokenizers) (3.8)
Requirement already satisfied: urllib3<3,>=1.21.1 in ./venv/lib/python3.11/site-packages (from requests->huggingface-hub<1.0,>=0.16.4->tokenizers) (2.2.1)
Requirement already satisfied: certifi>=2017.4.17 in ./venv/lib/python3.11/site-packages (from requests->huggingface-hub<1.0,>=0.16.4->tokenizers) (2024.7.4)
Downloading tokenizers-0.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 19.8 MB/s eta 0:00:00
Installing collected packages: tokenizers
  Attempting uninstall: tokenizers
    Found existing installation: tokenizers 0.19.1
    Uninstalling tokenizers-0.19.1:
      Successfully uninstalled tokenizers-0.19.1
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
transformers 4.41.2 requires tokenizers<0.20,>=0.19, but you have tokenizers 0.20.0 which is incompatible.
Successfully installed tokenizers-0.20.0
Requirement already satisfied: torch in ./venv/lib/python3.11/site-packages (2.3.1)
Collecting torch
  Downloading torch-2.4.0-cp311-cp311-manylinux1_x86_64.whl.metadata (26 kB)
Requirement already satisfied: filelock in ./venv/lib/python3.11/site-packages (from torch) (3.15.4)
Requirement already satisfied: typing-extensions>=4.8.0 in ./venv/lib/python3.11/site-packages (from torch) (4.12.2)
Requirement already satisfied: sympy in ./venv/lib/python3.11/site-packages (from torch) (1.13.2)
Requirement already satisfied: networkx in ./venv/lib/python3.11/site-packages (from torch) (3.3)
Requirement already satisfied: jinja2 in ./venv/lib/python3.11/site-packages (from torch) (3.1.4)
Requirement already satisfied: fsspec in ./venv/lib/python3.11/site-packages (from torch) (2024.6.1)
Collecting nvidia-cuda-nvrtc-cu12==12.1.105 (from torch)
  Using cached nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB)
Collecting nvidia-cuda-runtime-cu12==12.1.105 (from torch)
  Using cached nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB)
Collecting nvidia-cuda-cupti-cu12==12.1.105 (from torch)
  Using cached nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl.metadata (1.6 kB)
Collecting nvidia-cudnn-cu12==9.1.0.70 (from torch)
  Using cached nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB)
Collecting nvidia-cublas-cu12==12.1.3.1 (from torch)
  Using cached nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB)
Collecting nvidia-cufft-cu12==11.0.2.54 (from torch)
  Using cached nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB)
Collecting nvidia-curand-cu12==10.3.2.106 (from torch)
  Using cached nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB)
Collecting nvidia-cusolver-cu12==11.4.5.107 (from torch)
  Using cached nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl.metadata (1.6 kB)
Collecting nvidia-cusparse-cu12==12.1.0.106 (from torch)
  Using cached nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl.metadata (1.6 kB)
Collecting nvidia-nccl-cu12==2.20.5 (from torch)
  Using cached nvidia_nccl_cu12-2.20.5-py3-none-manylinux2014_x86_64.whl.metadata (1.8 kB)
Collecting nvidia-nvtx-cu12==12.1.105 (from torch)
  Using cached nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl.metadata (1.7 kB)
Collecting triton==3.0.0 (from torch)
  Downloading triton-3.0.0-1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.3 kB)
Requirement already satisfied: nvidia-nvjitlink-cu12 in ./venv/lib/python3.11/site-packages (from nvidia-cusolver-cu12==11.4.5.107->torch) (12.6.20)
Requirement already satisfied: MarkupSafe>=2.0 in ./venv/lib/python3.11/site-packages (from jinja2->torch) (2.1.5)
Requirement already satisfied: mpmath<1.4,>=1.1.0 in ./venv/lib/python3.11/site-packages (from sympy->torch) (1.3.0)
Downloading torch-2.4.0-cp311-cp311-manylinux1_x86_64.whl (797.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 797.3/797.3 MB ? eta 0:00:00
Using cached nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl (410.6 MB)
Using cached nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (14.1 MB)
Using cached nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (23.7 MB)
Using cached nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (823 kB)
Using cached nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl (664.8 MB)
Using cached nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl (121.6 MB)
Using cached nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl (56.5 MB)
Using cached nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl (124.2 MB)
Using cached nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl (196.0 MB)
Using cached nvidia_nccl_cu12-2.20.5-py3-none-manylinux2014_x86_64.whl (176.2 MB)
Using cached nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (99 kB)
Downloading triton-3.0.0-1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (209.4 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.4/209.4 MB 11.6 MB/s eta 0:00:00
Installing collected packages: triton, nvidia-nvtx-cu12, nvidia-nccl-cu12, nvidia-cusparse-cu12, nvidia-curand-cu12, nvidia-cufft-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, nvidia-cusolver-cu12, nvidia-cudnn-cu12, torch
  Attempting uninstall: triton
    Found existing installation: triton 2.3.1
    Uninstalling triton-2.3.1:
      Successfully uninstalled triton-2.3.1
  Attempting uninstall: nvidia-nvtx-cu12
    Found existing installation: nvidia-nvtx-cu12 12.6.37
    Uninstalling nvidia-nvtx-cu12-12.6.37:
      Successfully uninstalled nvidia-nvtx-cu12-12.6.37
  Attempting uninstall: nvidia-nccl-cu12
    Found existing installation: nvidia-nccl-cu12 2.22.3
    Uninstalling nvidia-nccl-cu12-2.22.3:
      Successfully uninstalled nvidia-nccl-cu12-2.22.3
  Attempting uninstall: nvidia-cusparse-cu12
    Found existing installation: nvidia-cusparse-cu12 12.5.2.23
    Uninstalling nvidia-cusparse-cu12-12.5.2.23:
      Successfully uninstalled nvidia-cusparse-cu12-12.5.2.23
  Attempting uninstall: nvidia-curand-cu12
    Found existing installation: nvidia-curand-cu12 10.3.7.37
    Uninstalling nvidia-curand-cu12-10.3.7.37:
      Successfully uninstalled nvidia-curand-cu12-10.3.7.37
  Attempting uninstall: nvidia-cufft-cu12
    Found existing installation: nvidia-cufft-cu12 11.2.6.28
    Uninstalling nvidia-cufft-cu12-11.2.6.28:
      Successfully uninstalled nvidia-cufft-cu12-11.2.6.28
  Attempting uninstall: nvidia-cuda-runtime-cu12
    Found existing installation: nvidia-cuda-runtime-cu12 12.6.37
    Uninstalling nvidia-cuda-runtime-cu12-12.6.37:
      Successfully uninstalled nvidia-cuda-runtime-cu12-12.6.37
  Attempting uninstall: nvidia-cuda-nvrtc-cu12
    Found existing installation: nvidia-cuda-nvrtc-cu12 12.6.20
    Uninstalling nvidia-cuda-nvrtc-cu12-12.6.20:
      Successfully uninstalled nvidia-cuda-nvrtc-cu12-12.6.20
  Attempting uninstall: nvidia-cuda-cupti-cu12
    Found existing installation: nvidia-cuda-cupti-cu12 12.6.37
    Uninstalling nvidia-cuda-cupti-cu12-12.6.37:
      Successfully uninstalled nvidia-cuda-cupti-cu12-12.6.37
  Attempting uninstall: nvidia-cublas-cu12
    Found existing installation: nvidia-cublas-cu12 12.6.0.22
    Uninstalling nvidia-cublas-cu12-12.6.0.22:
      Successfully uninstalled nvidia-cublas-cu12-12.6.0.22
  Attempting uninstall: nvidia-cusolver-cu12
    Found existing installation: nvidia-cusolver-cu12 11.6.4.38
    Uninstalling nvidia-cusolver-cu12-11.6.4.38:
      Successfully uninstalled nvidia-cusolver-cu12-11.6.4.38
  Attempting uninstall: nvidia-cudnn-cu12
    Found existing installation: nvidia-cudnn-cu12 9.3.0.75
    Uninstalling nvidia-cudnn-cu12-9.3.0.75:
      Successfully uninstalled nvidia-cudnn-cu12-9.3.0.75
  Attempting uninstall: torch
    Found existing installation: torch 2.3.1
    Uninstalling torch-2.3.1:
      Successfully uninstalled torch-2.3.1
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torchvision 0.18.1 requires torch==2.3.1, but you have torch 2.4.0 which is incompatible.
Successfully installed nvidia-cublas-cu12-12.1.3.1 nvidia-cuda-cupti-cu12-12.1.105 nvidia-cuda-nvrtc-cu12-12.1.105 nvidia-cuda-runtime-cu12-12.1.105 nvidia-cudnn-cu12-9.1.0.70 nvidia-cufft-cu12-11.0.2.54 nvidia-curand-cu12-10.3.2.106 nvidia-cusolver-cu12-11.4.5.107 nvidia-cusparse-cu12-12.1.0.106 nvidia-nccl-cu12-2.20.5 nvidia-nvtx-cu12-12.1.105 torch-2.4.0 triton-3.0.0
Requirement already satisfied: torchvision in ./venv/lib/python3.11/site-packages (0.18.1)
Collecting torchvision
  Downloading torchvision-0.19.0-cp311-cp311-manylinux1_x86_64.whl.metadata (6.0 kB)
Requirement already satisfied: numpy in ./venv/lib/python3.11/site-packages (from torchvision) (1.26.4)
Requirement already satisfied: torch==2.4.0 in ./venv/lib/python3.11/site-packages (from torchvision) (2.4.0)
Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in ./venv/lib/python3.11/site-packages (from torchvision) (10.4.0)
Requirement already satisfied: filelock in ./venv/lib/python3.11/site-packages (from torch==2.4.0->torchvision) (3.15.4)
Requirement already satisfied: typing-extensions>=4.8.0 in ./venv/lib/python3.11/site-packages (from torch==2.4.0->torchvision) (4.12.2)
Requirement already satisfied: sympy in ./venv/lib/python3.11/site-packages (from torch==2.4.0->torchvision) (1.13.2)
Requirement already satisfied: networkx in ./venv/lib/python3.11/site-packages (from torch==2.4.0->torchvision) (3.3)
Requirement already satisfied: jinja2 in ./venv/lib/python3.11/site-packages (from torch==2.4.0->torchvision) (3.1.4)
Requirement already satisfied: fsspec in ./venv/lib/python3.11/site-packages (from torch==2.4.0->torchvision) (2024.6.1)
Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.1.105 in ./venv/lib/python3.11/site-packages (from torch==2.4.0->torchvision) (12.1.105)
Requirement already satisfied: nvidia-cuda-runtime-cu12==12.1.105 in ./venv/lib/python3.11/site-packages (from torch==2.4.0->torchvision) (12.1.105)
Requirement already satisfied: nvidia-cuda-cupti-cu12==12.1.105 in ./venv/lib/python3.11/site-packages (from torch==2.4.0->torchvision) (12.1.105)
Requirement already satisfied: nvidia-cudnn-cu12==9.1.0.70 in ./venv/lib/python3.11/site-packages (from torch==2.4.0->torchvision) (9.1.0.70)
Requirement already satisfied: nvidia-cublas-cu12==12.1.3.1 in ./venv/lib/python3.11/site-packages (from torch==2.4.0->torchvision) (12.1.3.1)
Requirement already satisfied: nvidia-cufft-cu12==11.0.2.54 in ./venv/lib/python3.11/site-packages (from torch==2.4.0->torchvision) (11.0.2.54)
Requirement already satisfied: nvidia-curand-cu12==10.3.2.106 in ./venv/lib/python3.11/site-packages (from torch==2.4.0->torchvision) (10.3.2.106)
Requirement already satisfied: nvidia-cusolver-cu12==11.4.5.107 in ./venv/lib/python3.11/site-packages (from torch==2.4.0->torchvision) (11.4.5.107)
Requirement already satisfied: nvidia-cusparse-cu12==12.1.0.106 in ./venv/lib/python3.11/site-packages (from torch==2.4.0->torchvision) (12.1.0.106)
Requirement already satisfied: nvidia-nccl-cu12==2.20.5 in ./venv/lib/python3.11/site-packages (from torch==2.4.0->torchvision) (2.20.5)
Requirement already satisfied: nvidia-nvtx-cu12==12.1.105 in ./venv/lib/python3.11/site-packages (from torch==2.4.0->torchvision) (12.1.105)
Requirement already satisfied: triton==3.0.0 in ./venv/lib/python3.11/site-packages (from torch==2.4.0->torchvision) (3.0.0)
Requirement already satisfied: nvidia-nvjitlink-cu12 in ./venv/lib/python3.11/site-packages (from nvidia-cusolver-cu12==11.4.5.107->torch==2.4.0->torchvision) (12.6.20)
Requirement already satisfied: MarkupSafe>=2.0 in ./venv/lib/python3.11/site-packages (from jinja2->torch==2.4.0->torchvision) (2.1.5)
Requirement already satisfied: mpmath<1.4,>=1.1.0 in ./venv/lib/python3.11/site-packages (from sympy->torch==2.4.0->torchvision) (1.3.0)
Downloading torchvision-0.19.0-cp311-cp311-manylinux1_x86_64.whl (7.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.0/7.0 MB 22.8 MB/s eta 0:00:00
Installing collected packages: torchvision
  Attempting uninstall: torchvision
    Found existing installation: torchvision 0.18.1
    Uninstalling torchvision-0.18.1:
      Successfully uninstalled torchvision-0.18.1
Successfully installed torchvision-0.19.0
Requirement already satisfied: tqdm in ./venv/lib/python3.11/site-packages (4.66.4)
Collecting tqdm
  Downloading tqdm-4.66.5-py3-none-any.whl.metadata (57 kB)
Downloading tqdm-4.66.5-py3-none-any.whl (78 kB)
Installing collected packages: tqdm
  Attempting uninstall: tqdm
    Found existing installation: tqdm 4.66.4
    Uninstalling tqdm-4.66.4:
      Successfully uninstalled tqdm-4.66.4
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
transformers 4.41.2 requires tokenizers<0.20,>=0.19, but you have tokenizers 0.20.0 which is incompatible.
Successfully installed tqdm-4.66.5
Requirement already satisfied: transformers in ./venv/lib/python3.11/site-packages (4.41.2)
Collecting transformers
  Downloading transformers-4.44.2-py3-none-any.whl.metadata (43 kB)
Requirement already satisfied: filelock in ./venv/lib/python3.11/site-packages (from transformers) (3.15.4)
Requirement already satisfied: huggingface-hub<1.0,>=0.23.2 in ./venv/lib/python3.11/site-packages (from transformers) (0.24.6)
Requirement already satisfied: numpy>=1.17 in ./venv/lib/python3.11/site-packages (from transformers) (1.26.4)
Requirement already satisfied: packaging>=20.0 in ./venv/lib/python3.11/site-packages (from transformers) (24.1)
Requirement already satisfied: pyyaml>=5.1 in ./venv/lib/python3.11/site-packages (from transformers) (6.0.2)
Requirement already satisfied: regex!=2019.12.17 in ./venv/lib/python3.11/site-packages (from transformers) (2024.7.24)
Requirement already satisfied: requests in ./venv/lib/python3.11/site-packages (from transformers) (2.32.3)
Requirement already satisfied: safetensors>=0.4.1 in ./venv/lib/python3.11/site-packages (from transformers) (0.4.4)
Collecting tokenizers<0.20,>=0.19 (from transformers)
  Using cached tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB)
Requirement already satisfied: tqdm>=4.27 in ./venv/lib/python3.11/site-packages (from transformers) (4.66.5)
Requirement already satisfied: fsspec>=2023.5.0 in ./venv/lib/python3.11/site-packages (from huggingface-hub<1.0,>=0.23.2->transformers) (2024.6.1)
Requirement already satisfied: typing-extensions>=3.7.4.3 in ./venv/lib/python3.11/site-packages (from huggingface-hub<1.0,>=0.23.2->transformers) (4.12.2)
Requirement already satisfied: charset-normalizer<4,>=2 in ./venv/lib/python3.11/site-packages (from requests->transformers) (3.3.2)
Requirement already satisfied: idna<4,>=2.5 in ./venv/lib/python3.11/site-packages (from requests->transformers) (3.8)
Requirement already satisfied: urllib3<3,>=1.21.1 in ./venv/lib/python3.11/site-packages (from requests->transformers) (2.2.1)
Requirement already satisfied: certifi>=2017.4.17 in ./venv/lib/python3.11/site-packages (from requests->transformers) (2024.7.4)
Downloading transformers-4.44.2-py3-none-any.whl (9.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 24.6 MB/s eta 0:00:00
Using cached tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB)
Installing collected packages: tokenizers, transformers
  Attempting uninstall: tokenizers
    Found existing installation: tokenizers 0.20.0
    Uninstalling tokenizers-0.20.0:
      Successfully uninstalled tokenizers-0.20.0
  Attempting uninstall: transformers
    Found existing installation: transformers 4.41.2
    Uninstalling transformers-4.41.2:
      Successfully uninstalled transformers-4.41.2
Successfully installed tokenizers-0.19.1 transformers-4.44.2
Requirement already satisfied: trio in ./venv/lib/python3.11/site-packages (0.25.1)
Collecting trio
  Downloading trio-0.26.2-py3-none-any.whl.metadata (8.6 kB)
Requirement already satisfied: attrs>=23.2.0 in ./venv/lib/python3.11/site-packages (from trio) (24.2.0)
Requirement already satisfied: sortedcontainers in ./venv/lib/python3.11/site-packages (from trio) (2.4.0)
Requirement already satisfied: idna in ./venv/lib/python3.11/site-packages (from trio) (3.8)
Requirement already satisfied: outcome in ./venv/lib/python3.11/site-packages (from trio) (1.3.0.post0)
Requirement already satisfied: sniffio>=1.3.0 in ./venv/lib/python3.11/site-packages (from trio) (1.3.1)
Downloading trio-0.26.2-py3-none-any.whl (475 kB)
Installing collected packages: trio
  Attempting uninstall: trio
    Found existing installation: trio 0.25.1
    Uninstalling trio-0.25.1:
      Successfully uninstalled trio-0.25.1
Successfully installed trio-0.26.2
Requirement already satisfied: triton in ./venv/lib/python3.11/site-packages (3.0.0)
Requirement already satisfied: filelock in ./venv/lib/python3.11/site-packages (from triton) (3.15.4)
Requirement already satisfied: typer in ./venv/lib/python3.11/site-packages (0.12.3)
Collecting typer
  Downloading typer-0.12.5-py3-none-any.whl.metadata (15 kB)
Requirement already satisfied: click>=8.0.0 in ./venv/lib/python3.11/site-packages (from typer) (8.1.7)
Requirement already satisfied: typing-extensions>=3.7.4.3 in ./venv/lib/python3.11/site-packages (from typer) (4.12.2)
Requirement already satisfied: shellingham>=1.3.0 in ./venv/lib/python3.11/site-packages (from typer) (1.5.4)
Requirement already satisfied: rich>=10.11.0 in ./venv/lib/python3.11/site-packages (from typer) (13.8.0)
Requirement already satisfied: markdown-it-py>=2.2.0 in ./venv/lib/python3.11/site-packages (from rich>=10.11.0->typer) (3.0.0)
Requirement already satisfied: pygments<3.0.0,>=2.13.0 in ./venv/lib/python3.11/site-packages (from rich>=10.11.0->typer) (2.18.0)
Requirement already satisfied: mdurl~=0.1 in ./venv/lib/python3.11/site-packages (from markdown-it-py>=2.2.0->rich>=10.11.0->typer) (0.1.2)
Downloading typer-0.12.5-py3-none-any.whl (47 kB)
Installing collected packages: typer
  Attempting uninstall: typer
    Found existing installation: typer 0.12.3
    Uninstalling typer-0.12.3:
      Successfully uninstalled typer-0.12.3
Successfully installed typer-0.12.5
Requirement already satisfied: urllib3 in ./venv/lib/python3.11/site-packages (2.2.1)
Collecting urllib3
  Downloading urllib3-2.2.2-py3-none-any.whl.metadata (6.4 kB)
Downloading urllib3-2.2.2-py3-none-any.whl (121 kB)
Installing collected packages: urllib3
  Attempting uninstall: urllib3
    Found existing installation: urllib3 2.2.1
    Uninstalling urllib3-2.2.1:
      Successfully uninstalled urllib3-2.2.1
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
dropbox 12.0.2 requires stone<3.3.3,>=2, but you have stone 3.3.8 which is incompatible.
Successfully installed urllib3-2.2.2
Requirement already satisfied: uvicorn in ./venv/lib/python3.11/site-packages (0.30.1)
Collecting uvicorn
  Downloading uvicorn-0.30.6-py3-none-any.whl.metadata (6.6 kB)
Requirement already satisfied: click>=7.0 in ./venv/lib/python3.11/site-packages (from uvicorn) (8.1.7)
Requirement already satisfied: h11>=0.8 in ./venv/lib/python3.11/site-packages (from uvicorn) (0.14.0)
Downloading uvicorn-0.30.6-py3-none-any.whl (62 kB)
Installing collected packages: uvicorn
  Attempting uninstall: uvicorn
    Found existing installation: uvicorn 0.30.1
    Uninstalling uvicorn-0.30.1:
      Successfully uninstalled uvicorn-0.30.1
Successfully installed uvicorn-0.30.6
Requirement already satisfied: uvloop in ./venv/lib/python3.11/site-packages (0.19.0)
Collecting uvloop
  Downloading uvloop-0.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB)
Downloading uvloop-0.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 20.7 MB/s eta 0:00:00
Installing collected packages: uvloop
  Attempting uninstall: uvloop
    Found existing installation: uvloop 0.19.0
    Uninstalling uvloop-0.19.0:
      Successfully uninstalled uvloop-0.19.0
Successfully installed uvloop-0.20.0
Requirement already satisfied: watchfiles in ./venv/lib/python3.11/site-packages (0.22.0)
Collecting watchfiles
  Downloading watchfiles-0.24.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB)
Requirement already satisfied: anyio>=3.0.0 in ./venv/lib/python3.11/site-packages (from watchfiles) (4.4.0)
Requirement already satisfied: idna>=2.8 in ./venv/lib/python3.11/site-packages (from anyio>=3.0.0->watchfiles) (3.8)
Requirement already satisfied: sniffio>=1.1 in ./venv/lib/python3.11/site-packages (from anyio>=3.0.0->watchfiles) (1.3.1)
Downloading watchfiles-0.24.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (425 kB)
Installing collected packages: watchfiles
  Attempting uninstall: watchfiles
    Found existing installation: watchfiles 0.22.0
    Uninstalling watchfiles-0.22.0:
      Successfully uninstalled watchfiles-0.22.0
Successfully installed watchfiles-0.24.0
Requirement already satisfied: websockets in ./venv/lib/python3.11/site-packages (12.0)
Collecting websockets
  Downloading websockets-13.0.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB)
Downloading websockets-13.0.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (157 kB)
Installing collected packages: websockets
  Attempting uninstall: websockets
    Found existing installation: websockets 12.0
    Uninstalling websockets-12.0:
      Successfully uninstalled websockets-12.0
Successfully installed websockets-13.0.1
Requirement already satisfied: Werkzeug in ./venv/lib/python3.11/site-packages (3.0.3)
Collecting Werkzeug
  Downloading werkzeug-3.0.4-py3-none-any.whl.metadata (3.7 kB)
Requirement already satisfied: MarkupSafe>=2.1.1 in ./venv/lib/python3.11/site-packages (from Werkzeug) (2.1.5)
Downloading werkzeug-3.0.4-py3-none-any.whl (227 kB)
Installing collected packages: Werkzeug
  Attempting uninstall: Werkzeug
    Found existing installation: Werkzeug 3.0.3
    Uninstalling Werkzeug-3.0.3:
      Successfully uninstalled Werkzeug-3.0.3
Successfully installed Werkzeug-3.0.4
Requirement already satisfied: wheel in ./venv/lib/python3.11/site-packages (0.43.0)
Collecting wheel
  Using cached wheel-0.44.0-py3-none-any.whl.metadata (2.3 kB)
Using cached wheel-0.44.0-py3-none-any.whl (67 kB)
Installing collected packages: wheel
  Attempting uninstall: wheel
    Found existing installation: wheel 0.43.0
    Uninstalling wheel-0.43.0:
      Successfully uninstalled wheel-0.43.0
Successfully installed wheel-0.44.0
Requirement already satisfied: wikitextparser in ./venv/lib/python3.11/site-packages (0.55.13)
Collecting wikitextparser
  Downloading wikitextparser-0.56.2-py3-none-any.whl.metadata (13 kB)
Requirement already satisfied: regex>=2022.9.11 in ./venv/lib/python3.11/site-packages (from wikitextparser) (2024.7.24)
Requirement already satisfied: wcwidth in ./venv/lib/python3.11/site-packages (from wikitextparser) (0.2.13)
Downloading wikitextparser-0.56.2-py3-none-any.whl (66 kB)
Installing collected packages: wikitextparser
  Attempting uninstall: wikitextparser
    Found existing installation: wikitextparser 0.55.13
    Uninstalling wikitextparser-0.55.13:
      Successfully uninstalled wikitextparser-0.55.13
Successfully installed wikitextparser-0.56.2
Requirement already satisfied: zstandard in ./venv/lib/python3.11/site-packages (0.22.0)
Collecting zstandard
  Downloading zstandard-0.23.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB)
Downloading zstandard-0.23.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.4/5.4 MB 17.8 MB/s eta 0:00:00
Installing collected packages: zstandard
  Attempting uninstall: zstandard
    Found existing installation: zstandard 0.22.0
    Uninstalling zstandard-0.22.0:
      Successfully uninstalled zstandard-0.22.0
Successfully installed zstandard-0.23.0
pipupdate
Requirement already satisfied: pip in ./venv/lib/python3.11/site-packages (24.2)
Requirement already satisfied: numpy in ./venv/lib/python3.11/site-packages (1.26.4)
Collecting numpy
  Using cached numpy-2.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB)
Using cached numpy-2.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.3 MB)
Installing collected packages: numpy
  Attempting uninstall: numpy
    Found existing installation: numpy 1.26.4
    Uninstalling numpy-1.26.4:
      Successfully uninstalled numpy-1.26.4
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
numba 0.60.0 requires numpy<2.1,>=1.22, but you have numpy 2.1.0 which is incompatible.
tensorflow-ranking 0.5.5 requires tensorflow<2.16.0, but you have tensorflow 2.17.0 which is incompatible.
tensorflow 2.17.0 requires numpy<2.0.0,>=1.23.5; python_version <= "3.11", but you have numpy 2.1.0 which is incompatible.
Successfully installed numpy-2.1.0
Requirement already satisfied: nvidia-cublas-cu12 in ./venv/lib/python3.11/site-packages (12.1.3.1)
Collecting nvidia-cublas-cu12
  Using cached nvidia_cublas_cu12-12.6.0.22-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB)
Using cached nvidia_cublas_cu12-12.6.0.22-py3-none-manylinux2014_x86_64.whl (368.0 MB)
Installing collected packages: nvidia-cublas-cu12
  Attempting uninstall: nvidia-cublas-cu12
    Found existing installation: nvidia-cublas-cu12 12.1.3.1
    Uninstalling nvidia-cublas-cu12-12.1.3.1:
      Successfully uninstalled nvidia-cublas-cu12-12.1.3.1
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch 2.4.0 requires nvidia-cublas-cu12==12.1.3.1; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cublas-cu12 12.6.0.22 which is incompatible.
Successfully installed nvidia-cublas-cu12-12.6.0.22
Requirement already satisfied: nvidia-cuda-cupti-cu12 in ./venv/lib/python3.11/site-packages (12.1.105)
Collecting nvidia-cuda-cupti-cu12
  Using cached nvidia_cuda_cupti_cu12-12.6.37-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB)
Using cached nvidia_cuda_cupti_cu12-12.6.37-py3-none-manylinux2014_x86_64.whl (8.9 MB)
Installing collected packages: nvidia-cuda-cupti-cu12
  Attempting uninstall: nvidia-cuda-cupti-cu12
    Found existing installation: nvidia-cuda-cupti-cu12 12.1.105
    Uninstalling nvidia-cuda-cupti-cu12-12.1.105:
      Successfully uninstalled nvidia-cuda-cupti-cu12-12.1.105
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch 2.4.0 requires nvidia-cublas-cu12==12.1.3.1; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cublas-cu12 12.6.0.22 which is incompatible.
torch 2.4.0 requires nvidia-cuda-cupti-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-cupti-cu12 12.6.37 which is incompatible.
Successfully installed nvidia-cuda-cupti-cu12-12.6.37
Requirement already satisfied: nvidia-cuda-nvrtc-cu12 in ./venv/lib/python3.11/site-packages (12.1.105)
Collecting nvidia-cuda-nvrtc-cu12
  Using cached nvidia_cuda_nvrtc_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB)
Using cached nvidia_cuda_nvrtc_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl (23.6 MB)
Installing collected packages: nvidia-cuda-nvrtc-cu12
  Attempting uninstall: nvidia-cuda-nvrtc-cu12
    Found existing installation: nvidia-cuda-nvrtc-cu12 12.1.105
    Uninstalling nvidia-cuda-nvrtc-cu12-12.1.105:
      Successfully uninstalled nvidia-cuda-nvrtc-cu12-12.1.105
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch 2.4.0 requires nvidia-cublas-cu12==12.1.3.1; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cublas-cu12 12.6.0.22 which is incompatible.
torch 2.4.0 requires nvidia-cuda-cupti-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-cupti-cu12 12.6.37 which is incompatible.
torch 2.4.0 requires nvidia-cuda-nvrtc-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-nvrtc-cu12 12.6.20 which is incompatible.
Successfully installed nvidia-cuda-nvrtc-cu12-12.6.20
Requirement already satisfied: nvidia-cuda-runtime-cu12 in ./venv/lib/python3.11/site-packages (12.1.105)
Collecting nvidia-cuda-runtime-cu12
  Using cached nvidia_cuda_runtime_cu12-12.6.37-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB)
Using cached nvidia_cuda_runtime_cu12-12.6.37-py3-none-manylinux2014_x86_64.whl (897 kB)
Installing collected packages: nvidia-cuda-runtime-cu12
  Attempting uninstall: nvidia-cuda-runtime-cu12
    Found existing installation: nvidia-cuda-runtime-cu12 12.1.105
    Uninstalling nvidia-cuda-runtime-cu12-12.1.105:
      Successfully uninstalled nvidia-cuda-runtime-cu12-12.1.105
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch 2.4.0 requires nvidia-cublas-cu12==12.1.3.1; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cublas-cu12 12.6.0.22 which is incompatible.
torch 2.4.0 requires nvidia-cuda-cupti-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-cupti-cu12 12.6.37 which is incompatible.
torch 2.4.0 requires nvidia-cuda-nvrtc-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-nvrtc-cu12 12.6.20 which is incompatible.
torch 2.4.0 requires nvidia-cuda-runtime-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-runtime-cu12 12.6.37 which is incompatible.
Successfully installed nvidia-cuda-runtime-cu12-12.6.37
Requirement already satisfied: nvidia-cudnn-cu12 in ./venv/lib/python3.11/site-packages (9.1.0.70)
Collecting nvidia-cudnn-cu12
  Using cached nvidia_cudnn_cu12-9.3.0.75-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB)
Requirement already satisfied: nvidia-cublas-cu12 in ./venv/lib/python3.11/site-packages (from nvidia-cudnn-cu12) (12.6.0.22)
Using cached nvidia_cudnn_cu12-9.3.0.75-py3-none-manylinux2014_x86_64.whl (577.2 MB)
Installing collected packages: nvidia-cudnn-cu12
  Attempting uninstall: nvidia-cudnn-cu12
    Found existing installation: nvidia-cudnn-cu12 9.1.0.70
    Uninstalling nvidia-cudnn-cu12-9.1.0.70:
      Successfully uninstalled nvidia-cudnn-cu12-9.1.0.70
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch 2.4.0 requires nvidia-cublas-cu12==12.1.3.1; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cublas-cu12 12.6.0.22 which is incompatible.
torch 2.4.0 requires nvidia-cuda-cupti-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-cupti-cu12 12.6.37 which is incompatible.
torch 2.4.0 requires nvidia-cuda-nvrtc-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-nvrtc-cu12 12.6.20 which is incompatible.
torch 2.4.0 requires nvidia-cuda-runtime-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-runtime-cu12 12.6.37 which is incompatible.
torch 2.4.0 requires nvidia-cudnn-cu12==9.1.0.70; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cudnn-cu12 9.3.0.75 which is incompatible.
Successfully installed nvidia-cudnn-cu12-9.3.0.75
Requirement already satisfied: nvidia-cufft-cu12 in ./venv/lib/python3.11/site-packages (11.0.2.54)
Collecting nvidia-cufft-cu12
  Using cached nvidia_cufft_cu12-11.2.6.28-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB)
Requirement already satisfied: nvidia-nvjitlink-cu12 in ./venv/lib/python3.11/site-packages (from nvidia-cufft-cu12) (12.6.20)
Using cached nvidia_cufft_cu12-11.2.6.28-py3-none-manylinux2014_x86_64.whl (192.5 MB)
Installing collected packages: nvidia-cufft-cu12
  Attempting uninstall: nvidia-cufft-cu12
    Found existing installation: nvidia-cufft-cu12 11.0.2.54
    Uninstalling nvidia-cufft-cu12-11.0.2.54:
      Successfully uninstalled nvidia-cufft-cu12-11.0.2.54
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch 2.4.0 requires nvidia-cublas-cu12==12.1.3.1; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cublas-cu12 12.6.0.22 which is incompatible.
torch 2.4.0 requires nvidia-cuda-cupti-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-cupti-cu12 12.6.37 which is incompatible.
torch 2.4.0 requires nvidia-cuda-nvrtc-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-nvrtc-cu12 12.6.20 which is incompatible.
torch 2.4.0 requires nvidia-cuda-runtime-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-runtime-cu12 12.6.37 which is incompatible.
torch 2.4.0 requires nvidia-cudnn-cu12==9.1.0.70; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cudnn-cu12 9.3.0.75 which is incompatible.
torch 2.4.0 requires nvidia-cufft-cu12==11.0.2.54; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cufft-cu12 11.2.6.28 which is incompatible.
Successfully installed nvidia-cufft-cu12-11.2.6.28
Requirement already satisfied: nvidia-curand-cu12 in ./venv/lib/python3.11/site-packages (10.3.2.106)
Collecting nvidia-curand-cu12
  Using cached nvidia_curand_cu12-10.3.7.37-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB)
Using cached nvidia_curand_cu12-10.3.7.37-py3-none-manylinux2014_x86_64.whl (56.3 MB)
Installing collected packages: nvidia-curand-cu12
  Attempting uninstall: nvidia-curand-cu12
    Found existing installation: nvidia-curand-cu12 10.3.2.106
    Uninstalling nvidia-curand-cu12-10.3.2.106:
      Successfully uninstalled nvidia-curand-cu12-10.3.2.106
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch 2.4.0 requires nvidia-cublas-cu12==12.1.3.1; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cublas-cu12 12.6.0.22 which is incompatible.
torch 2.4.0 requires nvidia-cuda-cupti-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-cupti-cu12 12.6.37 which is incompatible.
torch 2.4.0 requires nvidia-cuda-nvrtc-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-nvrtc-cu12 12.6.20 which is incompatible.
torch 2.4.0 requires nvidia-cuda-runtime-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-runtime-cu12 12.6.37 which is incompatible.
torch 2.4.0 requires nvidia-cudnn-cu12==9.1.0.70; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cudnn-cu12 9.3.0.75 which is incompatible.
torch 2.4.0 requires nvidia-cufft-cu12==11.0.2.54; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cufft-cu12 11.2.6.28 which is incompatible.
torch 2.4.0 requires nvidia-curand-cu12==10.3.2.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-curand-cu12 10.3.7.37 which is incompatible.
Successfully installed nvidia-curand-cu12-10.3.7.37
Requirement already satisfied: nvidia-cusolver-cu12 in ./venv/lib/python3.11/site-packages (11.4.5.107)
Collecting nvidia-cusolver-cu12
  Using cached nvidia_cusolver_cu12-11.6.4.38-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB)
Requirement already satisfied: nvidia-cublas-cu12 in ./venv/lib/python3.11/site-packages (from nvidia-cusolver-cu12) (12.6.0.22)
Requirement already satisfied: nvidia-nvjitlink-cu12 in ./venv/lib/python3.11/site-packages (from nvidia-cusolver-cu12) (12.6.20)
Requirement already satisfied: nvidia-cusparse-cu12 in ./venv/lib/python3.11/site-packages (from nvidia-cusolver-cu12) (12.1.0.106)
Using cached nvidia_cusolver_cu12-11.6.4.38-py3-none-manylinux2014_x86_64.whl (130.5 MB)
Installing collected packages: nvidia-cusolver-cu12
  Attempting uninstall: nvidia-cusolver-cu12
    Found existing installation: nvidia-cusolver-cu12 11.4.5.107
    Uninstalling nvidia-cusolver-cu12-11.4.5.107:
      Successfully uninstalled nvidia-cusolver-cu12-11.4.5.107
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch 2.4.0 requires nvidia-cublas-cu12==12.1.3.1; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cublas-cu12 12.6.0.22 which is incompatible.
torch 2.4.0 requires nvidia-cuda-cupti-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-cupti-cu12 12.6.37 which is incompatible.
torch 2.4.0 requires nvidia-cuda-nvrtc-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-nvrtc-cu12 12.6.20 which is incompatible.
torch 2.4.0 requires nvidia-cuda-runtime-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-runtime-cu12 12.6.37 which is incompatible.
torch 2.4.0 requires nvidia-cudnn-cu12==9.1.0.70; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cudnn-cu12 9.3.0.75 which is incompatible.
torch 2.4.0 requires nvidia-cufft-cu12==11.0.2.54; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cufft-cu12 11.2.6.28 which is incompatible.
torch 2.4.0 requires nvidia-curand-cu12==10.3.2.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-curand-cu12 10.3.7.37 which is incompatible.
torch 2.4.0 requires nvidia-cusolver-cu12==11.4.5.107; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusolver-cu12 11.6.4.38 which is incompatible.
Successfully installed nvidia-cusolver-cu12-11.6.4.38
Requirement already satisfied: nvidia-cusparse-cu12 in ./venv/lib/python3.11/site-packages (12.1.0.106)
Collecting nvidia-cusparse-cu12
  Using cached nvidia_cusparse_cu12-12.5.2.23-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB)
Requirement already satisfied: nvidia-nvjitlink-cu12 in ./venv/lib/python3.11/site-packages (from nvidia-cusparse-cu12) (12.6.20)
Using cached nvidia_cusparse_cu12-12.5.2.23-py3-none-manylinux2014_x86_64.whl (217.5 MB)
Installing collected packages: nvidia-cusparse-cu12
  Attempting uninstall: nvidia-cusparse-cu12
    Found existing installation: nvidia-cusparse-cu12 12.1.0.106
    Uninstalling nvidia-cusparse-cu12-12.1.0.106:
      Successfully uninstalled nvidia-cusparse-cu12-12.1.0.106
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch 2.4.0 requires nvidia-cublas-cu12==12.1.3.1; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cublas-cu12 12.6.0.22 which is incompatible.
torch 2.4.0 requires nvidia-cuda-cupti-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-cupti-cu12 12.6.37 which is incompatible.
torch 2.4.0 requires nvidia-cuda-nvrtc-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-nvrtc-cu12 12.6.20 which is incompatible.
torch 2.4.0 requires nvidia-cuda-runtime-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-runtime-cu12 12.6.37 which is incompatible.
torch 2.4.0 requires nvidia-cudnn-cu12==9.1.0.70; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cudnn-cu12 9.3.0.75 which is incompatible.
torch 2.4.0 requires nvidia-cufft-cu12==11.0.2.54; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cufft-cu12 11.2.6.28 which is incompatible.
torch 2.4.0 requires nvidia-curand-cu12==10.3.2.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-curand-cu12 10.3.7.37 which is incompatible.
torch 2.4.0 requires nvidia-cusolver-cu12==11.4.5.107; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusolver-cu12 11.6.4.38 which is incompatible.
torch 2.4.0 requires nvidia-cusparse-cu12==12.1.0.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusparse-cu12 12.5.2.23 which is incompatible.
Successfully installed nvidia-cusparse-cu12-12.5.2.23
Requirement already satisfied: nvidia-nccl-cu12 in ./venv/lib/python3.11/site-packages (2.20.5)
Collecting nvidia-nccl-cu12
  Using cached nvidia_nccl_cu12-2.22.3-py3-none-manylinux2014_x86_64.whl.metadata (1.8 kB)
Using cached nvidia_nccl_cu12-2.22.3-py3-none-manylinux2014_x86_64.whl (190.9 MB)
Installing collected packages: nvidia-nccl-cu12
  Attempting uninstall: nvidia-nccl-cu12
    Found existing installation: nvidia-nccl-cu12 2.20.5
    Uninstalling nvidia-nccl-cu12-2.20.5:
      Successfully uninstalled nvidia-nccl-cu12-2.20.5
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch 2.4.0 requires nvidia-cublas-cu12==12.1.3.1; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cublas-cu12 12.6.0.22 which is incompatible.
torch 2.4.0 requires nvidia-cuda-cupti-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-cupti-cu12 12.6.37 which is incompatible.
torch 2.4.0 requires nvidia-cuda-nvrtc-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-nvrtc-cu12 12.6.20 which is incompatible.
torch 2.4.0 requires nvidia-cuda-runtime-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-runtime-cu12 12.6.37 which is incompatible.
torch 2.4.0 requires nvidia-cudnn-cu12==9.1.0.70; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cudnn-cu12 9.3.0.75 which is incompatible.
torch 2.4.0 requires nvidia-cufft-cu12==11.0.2.54; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cufft-cu12 11.2.6.28 which is incompatible.
torch 2.4.0 requires nvidia-curand-cu12==10.3.2.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-curand-cu12 10.3.7.37 which is incompatible.
torch 2.4.0 requires nvidia-cusolver-cu12==11.4.5.107; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusolver-cu12 11.6.4.38 which is incompatible.
torch 2.4.0 requires nvidia-cusparse-cu12==12.1.0.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusparse-cu12 12.5.2.23 which is incompatible.
torch 2.4.0 requires nvidia-nccl-cu12==2.20.5; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nccl-cu12 2.22.3 which is incompatible.
Successfully installed nvidia-nccl-cu12-2.22.3
Requirement already satisfied: nvidia-nvtx-cu12 in ./venv/lib/python3.11/site-packages (12.1.105)
Collecting nvidia-nvtx-cu12
  Using cached nvidia_nvtx_cu12-12.6.37-py3-none-manylinux2014_x86_64.whl.metadata (1.7 kB)
Using cached nvidia_nvtx_cu12-12.6.37-py3-none-manylinux2014_x86_64.whl (99 kB)
Installing collected packages: nvidia-nvtx-cu12
  Attempting uninstall: nvidia-nvtx-cu12
    Found existing installation: nvidia-nvtx-cu12 12.1.105
    Uninstalling nvidia-nvtx-cu12-12.1.105:
      Successfully uninstalled nvidia-nvtx-cu12-12.1.105
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch 2.4.0 requires nvidia-cublas-cu12==12.1.3.1; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cublas-cu12 12.6.0.22 which is incompatible.
torch 2.4.0 requires nvidia-cuda-cupti-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-cupti-cu12 12.6.37 which is incompatible.
torch 2.4.0 requires nvidia-cuda-nvrtc-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-nvrtc-cu12 12.6.20 which is incompatible.
torch 2.4.0 requires nvidia-cuda-runtime-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cuda-runtime-cu12 12.6.37 which is incompatible.
torch 2.4.0 requires nvidia-cudnn-cu12==9.1.0.70; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cudnn-cu12 9.3.0.75 which is incompatible.
torch 2.4.0 requires nvidia-cufft-cu12==11.0.2.54; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cufft-cu12 11.2.6.28 which is incompatible.
torch 2.4.0 requires nvidia-curand-cu12==10.3.2.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-curand-cu12 10.3.7.37 which is incompatible.
torch 2.4.0 requires nvidia-cusolver-cu12==11.4.5.107; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusolver-cu12 11.6.4.38 which is incompatible.
torch 2.4.0 requires nvidia-cusparse-cu12==12.1.0.106; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-cusparse-cu12 12.5.2.23 which is incompatible.
torch 2.4.0 requires nvidia-nccl-cu12==2.20.5; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nccl-cu12 2.22.3 which is incompatible.
torch 2.4.0 requires nvidia-nvtx-cu12==12.1.105; platform_system == "Linux" and platform_machine == "x86_64", but you have nvidia-nvtx-cu12 12.6.37 which is incompatible.
Successfully installed nvidia-nvtx-cu12-12.6.37
Requirement already satisfied: protobuf in ./venv/lib/python3.11/site-packages (4.25.4)
Collecting protobuf
  Using cached protobuf-5.28.0-cp38-abi3-manylinux2014_x86_64.whl.metadata (592 bytes)
Using cached protobuf-5.28.0-cp38-abi3-manylinux2014_x86_64.whl (316 kB)
Installing collected packages: protobuf
  Attempting uninstall: protobuf
    Found existing installation: protobuf 4.25.4
    Uninstalling protobuf-4.25.4:
      Successfully uninstalled protobuf-4.25.4
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
tensorflow-serving-api 2.17.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.20.3, but you have protobuf 5.28.0 which is incompatible.
tensorflow-ranking 0.5.5 requires tensorflow<2.16.0, but you have tensorflow 2.17.0 which is incompatible.
tensorflow 2.17.0 requires numpy<2.0.0,>=1.23.5; python_version <= "3.11", but you have numpy 2.1.0 which is incompatible.
tensorflow 2.17.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.20.3, but you have protobuf 5.28.0 which is incompatible.
Successfully installed protobuf-5.28.0
Requirement already satisfied: tokenizers in ./venv/lib/python3.11/site-packages (0.19.1)
Collecting tokenizers
  Using cached tokenizers-0.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB)
Requirement already satisfied: huggingface-hub<1.0,>=0.16.4 in ./venv/lib/python3.11/site-packages (from tokenizers) (0.24.6)
Requirement already satisfied: filelock in ./venv/lib/python3.11/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers) (3.15.4)
Requirement already satisfied: fsspec>=2023.5.0 in ./venv/lib/python3.11/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers) (2024.6.1)
Requirement already satisfied: packaging>=20.9 in ./venv/lib/python3.11/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers) (24.1)
Requirement already satisfied: pyyaml>=5.1 in ./venv/lib/python3.11/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers) (6.0.2)
Requirement already satisfied: requests in ./venv/lib/python3.11/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers) (2.32.3)
Requirement already satisfied: tqdm>=4.42.1 in ./venv/lib/python3.11/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers) (4.66.5)
Requirement already satisfied: typing-extensions>=3.7.4.3 in ./venv/lib/python3.11/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers) (4.12.2)
Requirement already satisfied: charset-normalizer<4,>=2 in ./venv/lib/python3.11/site-packages (from requests->huggingface-hub<1.0,>=0.16.4->tokenizers) (3.3.2)
Requirement already satisfied: idna<4,>=2.5 in ./venv/lib/python3.11/site-packages (from requests->huggingface-hub<1.0,>=0.16.4->tokenizers) (3.8)
Requirement already satisfied: urllib3<3,>=1.21.1 in ./venv/lib/python3.11/site-packages (from requests->huggingface-hub<1.0,>=0.16.4->tokenizers) (2.2.2)
Requirement already satisfied: certifi>=2017.4.17 in ./venv/lib/python3.11/site-packages (from requests->huggingface-hub<1.0,>=0.16.4->tokenizers) (2024.7.4)
Using cached tokenizers-0.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB)
Installing collected packages: tokenizers
  Attempting uninstall: tokenizers
    Found existing installation: tokenizers 0.19.1
    Uninstalling tokenizers-0.19.1:
      Successfully uninstalled tokenizers-0.19.1
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
transformers 4.44.2 requires tokenizers<0.20,>=0.19, but you have tokenizers 0.20.0 which is incompatible.
Successfully installed tokenizers-0.20.0
pipupdate
Requirement already satisfied: pip in ./venv/lib/python3.11/site-packages (24.2)
ERROR: You must give at least one requirement to install (see "pip help install")