From 0e1e8400b3f8f3b0b8e502720e689287bac967b6 Mon Sep 17 00:00:00 2001 From: 0xFrama Date: Mon, 26 Feb 2024 17:14:01 +0100 Subject: [PATCH] Add pin on requirement file --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 47b54a51..52a57886 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -pandas -xarray -pv-site-prediction -pydantic -huggingface_hub # only for evaluation -python-dotenv \ No newline at end of file +pandas==2.2.1 +xarray==2022.12.0 +pv-site-prediction==0.1.17 +pydantic==2.6.2 +huggingface_hub== 0.17.3 # only for evaluation +python-dotenv==1.0.1 \ No newline at end of file