From bc2b113d31b4918169c6a0e415dfeb8d518a67af Mon Sep 17 00:00:00 2001 From: Jessy Lauer <30733203+jeylau@users.noreply.github.com> Date: Thu, 15 Dec 2022 09:44:21 +0100 Subject: [PATCH] Update branch name to "main" in GitHub's CI workflow (#2089) * Update branch name * Remove GUI-related deps from requirements.txt * Update actions' versions --- .github/workflows/python-package.yml | 8 ++++---- requirements.txt | 3 --- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 34cedff7ee..8576ae4d67 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -2,9 +2,9 @@ name: Python package on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: @@ -30,10 +30,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} diff --git a/requirements.txt b/requirements.txt index d8c7121649..52060404a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,12 +6,10 @@ imageio-ffmpeg imgaug==0.4.0 numba>=0.54.0 matplotlib<=3.5.2 -napari-deeplabcut>=0.0.6 networkx>=2.6 numpy>=1.18.5 pandas>=1.0.1,!=1.5.0 pyyaml -qdarkstyle==3.1 scikit-image>=0.17 scikit-learn>=1.0 scipy>=1.4 @@ -23,4 +21,3 @@ tf_slim==1.1.0 torch tqdm Pillow>=7.1 -PySide6<6.3.2