Skip to content

Commit

Permalink
Merge pull request #56 from hirosassa/optional-dependency-import
Browse files Browse the repository at this point in the history
Move tf dependency to dev-dependencies
  • Loading branch information
Hi-king authored Sep 27, 2021
2 parents 48a03a8 + 723a7f3 commit 7824381
Show file tree
Hide file tree
Showing 37 changed files with 920 additions and 733 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master ]


jobs:
formatting-check:
Expand All @@ -14,7 +14,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
pip install toml yapf
- name: run YAPF to test if python code is correctly formatted
uses: AlexanderMelde/yapf-action@master
with:
args: --verbose --style=yapf.ini
run: |
yapf --diff --recursive --verbose $GITHUB_WORKSPACE
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@
![](https://img.shields.io/pypi/l/redshells)

Machine learning tasks which are used with data pipeline library "luigi" and its wrapper "gokart".

## Dependencies

You should add `tensorflow = ">=1.13.1,<2.0"` on your app dependencies if you would like to use some models under `redshells/contrib` directory.
`Tensorflow` is not included redshells' dependencies because there are some models not used it.
Loading

0 comments on commit 7824381

Please sign in to comment.