Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Python package

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand All @@ -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 }}

Expand Down
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -23,4 +21,3 @@ tf_slim==1.1.0
torch
tqdm
Pillow>=7.1
PySide6<6.3.2