diff --git a/tt_metal/python_env/requirements-dev.txt b/tt_metal/python_env/requirements-dev.txt index 5c57c68b0c03..3bfdb48988ca 100644 --- a/tt_metal/python_env/requirements-dev.txt +++ b/tt_metal/python_env/requirements-dev.txt @@ -57,4 +57,6 @@ fsspec==2023.9.2 # Temporary pin to 2023.9.2: https://github.com/tenstorrent/tt- docopt==0.6.2 tabulate==0.9.0 blobfile==2.1.1 # Required for llama3 +pydantic==2.9.2 # Required for llama3 +pydantic_core==2.23.4 # Required for llama3 numpy>=1.24.4,<2