From ccc3b1eb9c8eca9efbc106bc392f1a69cdbb2042 Mon Sep 17 00:00:00 2001 From: MilagrosMarin Date: Wed, 11 Sep 2024 23:22:32 +0100 Subject: [PATCH] test using pip install instead of miniconda --- env_config/env_macos.yml | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 env_config/env_macos.yml diff --git a/env_config/env_macos.yml b/env_config/env_macos.yml deleted file mode 100644 index 0e816582..00000000 --- a/env_config/env_macos.yml +++ /dev/null @@ -1,38 +0,0 @@ -# Create env e.g. w/mamba: `mamba env create -q -f env.yml` -# Update exisiting env e.g. w/mamba: `mamba env update -f env.yml` - -name: aeon -channels: - - conda-forge - - defaults -dependencies: - - python>=3.11 - - pip - - blas>=2.0, <3 - - bottleneck>=1.2.1, <2 - - dash - - dotmap - - fastparquet - - graphviz - - ipykernel - - jupyter - - jupyterlab - - matplotlib - - numba>=0.46.0, <1 - - numexpr>=2.6.8, <3 - - numpy>=1.21.0, <2 - - pandas>=1.3 - - plotly - - pyarrow - - pydotplus - - pymysql - - pyyaml - - scikit-learn - - scipy - - seaborn - - xarray>=0.12.3, <1 - - pip: - - setuptools==58.2.0 - - datajoint>=0.13.6, <1 - - git+https://github.com/datajoint-company/datajoint-utilities.git - - opencv-python