From 7d736bed53cff121f1cb7167e9e729c4bd1ea7f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20B=C3=B6ther?= <2116466+MaxiBoether@users.noreply.github.com> Date: Mon, 16 Oct 2023 21:44:08 +0200 Subject: [PATCH] Pin version for `grpcio` (#314) It appears that currently any version above 1.59.0 breaks for us. --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 58a94ed99..09c921b32 100644 --- a/environment.yml +++ b/environment.yml @@ -20,7 +20,7 @@ dependencies: - conda-forge::enlighten - protobuf - pip: - - grpcio + - grpcio==1.59.0 - jsonschema - psycopg2 - sqlalchemy>=2.0