From b78ee3f6b466c4377e0cba7afc8992fa10777997 Mon Sep 17 00:00:00 2001
From: Hauke Schulz <43613877+observingClouds@users.noreply.github.com>
Date: Mon, 28 Oct 2024 08:41:17 +0100
Subject: [PATCH] limit libcurl version to <3.10

this restriction may be lifted after https://github.com/JuliaLang/Downloads.jl/issues/260
is solved
---
 environment.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/environment.yml b/environment.yml
index a75c755e..15bf118e 100644
--- a/environment.yml
+++ b/environment.yml
@@ -5,6 +5,7 @@ dependencies:
   - python
   - julia<1.9.0
   - pyjulia
+  - libcurl<3.10
   - matplotlib-base
   - numpy
   - pooch