diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd56ec9..9f39f2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,6 @@ jobs: miniforge-version: latest activate-environment: Triglav channel-priority: strict - environment-file: environment.yml use-mamba: true - name: Install dependencies diff --git a/environment.yml b/environment.yml deleted file mode 100644 index 3d57c79..0000000 --- a/environment.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Triglav-Env - -dependencies: - - python >=3.8 - - pip - - pip: - - matplotlib >= 3.4.3 - - numpy == 1.23.5 - - scikit-learn >= 1.0.1 - - statsmodels >= 0.12.0 - - shap >= 0.40.0 - - sage-importance >= 0.0.5 - - scipy >= 1.7.3 - - joblib >= 1.1.0 - - imbalanced-learn >= 0.10.1