From 27ec37b6781f2e802ad16cecc799eed5b8c7084e Mon Sep 17 00:00:00 2001 From: Alexios Maras <100875700+alexmr09@users.noreply.github.com> Date: Wed, 24 Jul 2024 19:30:27 +0300 Subject: [PATCH] Update requirements.txt --- mpq/requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mpq/requirements.txt b/mpq/requirements.txt index 0f1d6be..a7d74b3 100644 --- a/mpq/requirements.txt +++ b/mpq/requirements.txt @@ -1,12 +1,12 @@ # Install the latest version of Brevitas for the QAT of the networks git+https://github.com/Xilinx/brevitas -numpy -pandas -torch -matplotlib +numpy>=1.26.4 +pandas==2.2.2 +torch==2.3.1 +matplotlib==3.9.0 brokenaxes torchinfo -tensorflow -scikit-learn -openpyxl +tensorflow==2.16.2 +scikit-learn==1.5.0 +openpyxl==3.1.5