From 6bfd0bda8816eb07616438143bf4082bba932fda Mon Sep 17 00:00:00 2001 From: wahadameh Date: Mon, 28 Oct 2024 16:40:24 +0100 Subject: [PATCH] Refactoring ts_generator.py (adding link capacity class) --- requirements.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index e1e0e43..88b0711 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,7 @@ numpy==1.24.4 -pandas -pydantic -PyYAML +pandas~=2.2.3 +pydantic~=2.9.2 +PyYAML~=6.0.2 + +pytest~=8.3.3 +matplotlib~=3.9.2 \ No newline at end of file