From f7fab2945d89063eaa647fb7e9f94cc1c140d7bb Mon Sep 17 00:00:00 2001 From: Ian Thomas Date: Fri, 6 Sep 2024 10:18:46 +0100 Subject: [PATCH] Remove unused test-environment.yaml --- test-environment.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 test-environment.yaml diff --git a/test-environment.yaml b/test-environment.yaml deleted file mode 100644 index 79227aa1..00000000 --- a/test-environment.yaml +++ /dev/null @@ -1,24 +0,0 @@ -name: ipydatagrid-test -channels: - - conda-forge -dependencies: - - pip - - python - - nodejs=14 - - yarn - - ipywidgets >=7.6.0,<8 - - traitlets >=4.3.0 - - traittypes >=0.0.6 - - numpy >=1.10.4,<2.0.0 - - pandas >=1.0.0,<2.0.0 - - bqplot - - scipy - - jupyterlab - - jupyter-packaging - - pytest - - nbval - - pytest-cov - - selenium - - flake8 - - nose - - codespell