From e421ad41189c8e6f1c2d89ac303363a1d948e59b Mon Sep 17 00:00:00 2001 From: ThanosTsiamis Date: Wed, 8 May 2024 16:53:07 +0300 Subject: [PATCH] Addresses CI failure --- requirements.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bce155d..c6cf2c4 100755 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,8 @@ jellyfish==1.0.1 PuLP==2.7.0 pyemd==1.0.0 # data loading -python-dateutil==2.8.2 \ No newline at end of file +python-dateutil==2.8.2 +# testing +valentine~=0.2.0 +pytest~=8.2.0 +setuptools~=65.5.1 \ No newline at end of file