Skip to content

Commit

Permalink
move invalid dep to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
matiaslindgren committed Jul 4, 2020
1 parent 5f6a8e1 commit 3a9ba61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include README.md
include LICENSE
include requirements.txt
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
plda@https://github.com/matiaslindgren/plda/archive/as-setuptools-package.zip#egg=plda-0.1.0
tensorflow-gpu ~= 2.2.0
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"jsonschema",
"kaldiio ~= 2.13",
"matplotlib ~= 3.1",
"plda@https://github.com/matiaslindgren/plda/archive/as-setuptools-package.zip#egg=plda-0.1.0",
"scikit-learn ~= 0.22.2",
"webrtcvad ~= 2.0.10",
],
Expand Down

0 comments on commit 3a9ba61

Please sign in to comment.