From fa2b1b8ba1cc2026876a014ea1cdbe41c8ba126e Mon Sep 17 00:00:00 2001 From: tligui_y Date: Wed, 9 Jul 2025 12:41:13 +0200 Subject: [PATCH] Delete .conda-recipe/meta.yaml --- .conda-recipe/meta.yaml | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 .conda-recipe/meta.yaml diff --git a/.conda-recipe/meta.yaml b/.conda-recipe/meta.yaml deleted file mode 100644 index 3aa53683..00000000 --- a/.conda-recipe/meta.yaml +++ /dev/null @@ -1,37 +0,0 @@ -{% set data = load_setup_py_data() %} - -package: - name: slic - version: {{ data["version"] }} - -about: - home: {{ data["url"] }} - summary: {{ data["description"] }} - -source: - path: .. - -build: - noarch: python - -requirements: - build: - - python - - setuptools - run: - - python - - bsread - - cam_server_client - - colorama - - data_api -# - detector_integration_api #TODO: deprecated? - - elog - - fuzzywuzzy - - ipython - - jungfrau_utils - - logzero - - pyepics - - tqdm - - yaspin - -