Skip to content

Commit

Permalink
Merge branch '202-update-requirements-txt' into 'master'
Browse files Browse the repository at this point in the history
Resolve "update requirements.txt"

Closes Delta-ML#202

See merge request DELTA_Group/delta!25
  • Loading branch information
Hui Zhang committed Aug 13, 2019
2 parents ae9d827 + 49098bb commit 78d8c08
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# When update this file,
# please using `pushd docker && bash run.sh && popd`
# to generate dockerfiles for DELTA

matplotlib
sklearn
pandas
Expand All @@ -20,3 +24,5 @@ cpplint
seqeval
rouge
sacrebleu
pyAudioAnalysis
flake8
5 changes: 5 additions & 0 deletions tools/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# When update this file,
# please using `pushd docker && bash run.sh && popd`
# to generate dockerfiles for DELTA

matplotlib
sklearn
pandas
Expand All @@ -21,3 +25,4 @@ seqeval
rouge
sacrebleu
pyAudioAnalysis
flake8

0 comments on commit 78d8c08

Please sign in to comment.