From e83520e3098411fea19e844799043a33053a2f0f Mon Sep 17 00:00:00 2001 From: Tianyou <51896128+Tianyou96@users.noreply.github.com> Date: Thu, 15 Aug 2024 16:16:08 +0800 Subject: [PATCH] Add files via upload --- requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d65a317..89f549c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +altgraph==0.17.4 bio==1.7.1 biopython==1.84 biothings-client==0.3.1 @@ -7,10 +8,10 @@ gprofiler-official==1.0.0 idna==3.7 mygene==3.2.2 numpy==2.0.1 +packaging==4.2.2 pandas==2.2.2 platformdirs==4.2.2 pooch==1.8.2 -python-dateutil==2.9.0.post0 pytz==2024.1 requests==2.32.3 scipy==1.14.0 @@ -19,4 +20,5 @@ six==1.16.0 tqdm==4.66.5 tzdata==2024.1 urllib3==2.2.2 -wheel==0.44.0 \ No newline at end of file +wheel==0.44.0 +zipp==3.20.0