Skip to content

Commit

Permalink
Merge pull request #8 from capitalone/ssharpe42-patch-3
Browse files Browse the repository at this point in the history
Retry numpy version
  • Loading branch information
ssharpe42 authored Aug 19, 2022
2 parents 1f5edfd + 47b4934 commit ababcdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Test Python Package

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

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==1.22.0
numpy==1.23.1
shap==0.40.0
tensorboard==2.6.0
matplotlib==3.5.0
Expand Down

0 comments on commit ababcdf

Please # to comment.