Skip to content

Commit

Permalink
Merge 18e1ab7 into 937b3ea
Browse files Browse the repository at this point in the history
  • Loading branch information
f-dangel committed Jul 30, 2021
2 parents 937b3ea + 18e1ab7 commit aaff5bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/Lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
darglint:
runs-on: ubuntu-latest
if: contains('refs/heads/master refs/heads/main refs/heads/development', github.ref)
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install_requires =
scipy
seaborn
torch
backpack-for-pytorch @ git+https://git@github.com/f-dangel/backpack.git@development#egg=backpack-for-pytorch
backpack-for-pytorch>=1.3.0
zip_safe = False
packages = find:
python_requires = >=3.6
Expand Down

0 comments on commit aaff5bc

Please sign in to comment.