From 4401c7d11c42906a9a369d7f0c09c0de438f9244 Mon Sep 17 00:00:00 2001 From: Dan King Date: Mon, 23 Oct 2023 12:17:33 -0400 Subject: [PATCH] uvloop 19 --- hail/python/hailtop/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hail/python/hailtop/requirements.txt b/hail/python/hailtop/requirements.txt index d1fd898f57b..51f1ddecb19 100644 --- a/hail/python/hailtop/requirements.txt +++ b/hail/python/hailtop/requirements.txt @@ -20,5 +20,5 @@ python-json-logger>=2.0.2,<3 pyyaml>=6.0,<7.0 sortedcontainers>=2.4.0,<3 tabulate>=0.8.9,<1 -uvloop>=0.16.0,<1; sys_platform!='win32' +uvloop>=0.19.0,<1; sys_platform!='win32' jproperties>=2.1.1,<3