From 9f15c199fb109f4c12c4b15ef56a1c830b8de72b Mon Sep 17 00:00:00 2001 From: Jiahang Chen <13508-jiahang.chen@users.noreply.git.rwth-aachen.de> Date: Wed, 3 Aug 2022 13:36:36 +0200 Subject: [PATCH] remove the version number of s3i pkg --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8ae91b7..b9fb323 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ install_requires=[ "requests", "jsonschema", - "s3i==0.6.1.5", + "s3i", #"s3i@https://git.rwth-aachen.de/kwh40/s3i/-/jobs/artifacts/master/raw/public/s3i-0.5.3-py3-none-any.whl?job=wheel" ], classifiers=[ -- GitLab