From 4ecdc7bf96ede24890aee6a248b296d26e180dec Mon Sep 17 00:00:00 2001
From: root <root@cmip-dps.cloud.dkrz.de>
Date: Thu, 21 Nov 2024 16:57:21 +0100
Subject: [PATCH] Need an env withot dask-core

---
 environment.yaml | 3 ---
 requirements.txt | 2 ++
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/environment.yaml b/environment.yaml
index 880f46e..d742ef8 100755
--- a/environment.yaml
+++ b/environment.yaml
@@ -11,8 +11,5 @@ dependencies:
   - eccodes
   - python-eccodes
   - scipy
-  - xpublish-opendap
-  - pip:
-    - xpublish_intake
 #    - git+https://gitlab.dkrz.de/data-infrastructure-services/cloudify.git#egg=cloudify
 # does not work because it forces an old eccodes version
diff --git a/requirements.txt b/requirements.txt
index 12c932a..e97936f 100755
--- a/requirements.txt
+++ b/requirements.txt
@@ -21,4 +21,6 @@
  xarray
  xpublish
  pystac
+ xpublish_intake
+ fastapi==0.112.0
  
-- 
GitLab