Move dev, tf, notebook dependencies to extras

This commit is contained in:
Agrin Hilmkil
2021-04-28 11:20:06 +02:00
parent 6353e87166
commit 167f86417e
9 changed files with 44 additions and 21 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
run: python3 -m pip install --upgrade pip
- name: Install TTS
run: |
python3 -m pip install .
python3 -m pip install .[all]
python3 setup.py egg_info
- name: Lint check
run: |