diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 866c80fb9391b791b18e3bffca27e3aecbee23a5..b59eebdde2cfd9a30bc56e79d6ca4cccae885031 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -30,6 +30,7 @@ jobs: python -m pip install flake8 pytest pytest-cov if [ -f requirements.txt ]; then pip install -r requirements.txt; fi pip install git+https://github.com/thibgo/randomscm.git@v0.0.0-alpha + pip install git+https://github.com/multi-learn/scikit-multimodallearn.git - name: install summit run: | pip install -e . diff --git a/requirements.txt b/requirements.txt index 7f88c2331dd23f0a0c19eed78235b286e11b341e..60af2c8d135ffb1f214eff9cd830a0f3ae3ea8fb 100755 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ plotly>=4.2.1 matplotlib>=3.1.1 tabulate>=0.8.6 pyscm-ml>=1.0.0 -imbalanced-learn +imbalanced-learn \ No newline at end of file