From 1e7948056db1874c848bdb192834fbef31ea7cce Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 23 Sep 2024 17:26:07 +0200 Subject: [PATCH] Cleanup --- __init__.py | 9 --------- conda_env.yml | 21 --------------------- license_header.txt | 9 --------- 3 files changed, 39 deletions(-) delete mode 100644 __init__.py delete mode 100644 conda_env.yml delete mode 100644 license_header.txt diff --git a/__init__.py b/__init__.py deleted file mode 100644 index 5eef1c7..0000000 --- a/__init__.py +++ /dev/null @@ -1,9 +0,0 @@ -# # -# # (C) Copyright 2023 ECMWF. -# # -# # This software is licensed under the terms of the Apache Licence Version 2.0 -# # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. -# # In applying this licence, ECMWF does not waive the privileges and immunities -# # granted to it by virtue of its status as an intergovernmental organisation nor -# # does it submit to any jurisdiction. -# # diff --git a/conda_env.yml b/conda_env.yml deleted file mode 100644 index 598594d..0000000 --- a/conda_env.yml +++ /dev/null @@ -1,21 +0,0 @@ -# To set up a conda env or update one from this file -# $ conda env create -f conda_env.yml - -name: ionbeam -channels: - - conda-forge -dependencies: - - python=3.11 - - pandas - - pyodc - - pytest - # - odc It's reccommended to install ODC from source https://odc.readthedocs.io/en/latest/content/installation.html - - pip - - pip - - requests - - oauthlib - - requests-oauthlib - - pyyaml - - munch - - Levenshtein - - tqdm diff --git a/license_header.txt b/license_header.txt deleted file mode 100644 index 5718929..0000000 --- a/license_header.txt +++ /dev/null @@ -1,9 +0,0 @@ -# -# (C) Copyright 2023 ECMWF. -# -# This software is licensed under the terms of the Apache Licence Version 2.0 -# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. -# In applying this licence, ECMWF does not waive the privileges and immunities -# granted to it by virtue of its status as an intergovernmental organisation nor -# does it submit to any jurisdiction. -#