Skip to content

Commit

Permalink
Remove unneeded packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehsiao committed Mar 31, 2018
1 parent 4e035a1 commit 875e316
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 28 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install:
- cd ..
- export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
- echo "Using LD_LIBRARY_PATH=${LD_LIBRARY_PATH}"
- pip install -r python-package-requirement.txt
- make dev # install package locally for tests
- python -m spacy download en

before_script:
Expand All @@ -42,7 +42,6 @@ before_script:
- cd tests/e2e/
- "./download_data.sh"
- cd ../..
- make dev # install package locally for tests
- flake8 fonduer --count --max-line-length=127 --statistics --show-source --ignore=E731,W503,E741,E123

script:
Expand Down
24 changes: 0 additions & 24 deletions python-package-requirement.txt

This file was deleted.

2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
'bs4',
'editdistance',
'future',
'ipywidgets>=7.0',
'jupyter',
'lxml==3.6.4',
'matplotlib',
'nltk',
Expand Down

0 comments on commit 875e316

Please sign in to comment.