From 6dc7c92c9ef3431153408b1cfbbacbf719e0cb26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maja=20Jab=C5=82o=C5=84ska?= <majajjablonska@gmail.com> Date: Thu, 23 Mar 2023 20:45:07 +0100 Subject: [PATCH] Add filelock to requirements.txt --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 718d417..75e6626 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,5 @@ numpy~=1.24.1 pytorch-lightning~=1.9.0 requests~=2.28.2 tqdm~=4.64.1 -urllib3~=1.26.14 \ No newline at end of file +urllib3~=1.26.14 +filelock~=3.9.0 \ No newline at end of file -- GitLab