From 64da4b1b4351ad9dd637dc2c45a74332b415ff67 Mon Sep 17 00:00:00 2001 From: wolearyc Date: Thu, 12 Sep 2024 17:18:12 -0700 Subject: [PATCH] added aiohttp --- deps/torch_geometric_requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/deps/torch_geometric_requirements.txt b/deps/torch_geometric_requirements.txt index a6b442d..f12254e 100644 --- a/deps/torch_geometric_requirements.txt +++ b/deps/torch_geometric_requirements.txt @@ -1,3 +1,4 @@ +aiohttp >= 3.8.0 jinja2 >= 3.0.2 pyparsing >= 3.0.0 scikit-learn >= 1.2.0