Skip to content

Commit

Permalink
remove requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbern committed Dec 11, 2018
1 parent 26ed3a4 commit a221d61
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_install:
- pip install coveralls
- pip install sphinx
install:
- pip install pytest flaky -r requirements.txt
- pip install pytest flaky .
script:
- py.test -s -v --cov=convoys .
- sphinx-build -M html docs/ docs/_build/
Expand Down
6 changes: 0 additions & 6 deletions requirements.txt

This file was deleted.

9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,11 @@
author='Erik Bernhardsson',
author_email='erikbern@better.com',
packages=find_packages(),
install_requires=[line.strip() for line in open('requirements.txt')])
install_requires=[
'autograd',
'emcee',
'matplotlib>=2.0.0',
'pandas',
'numpy',
'scipy',
])

0 comments on commit a221d61

Please sign in to comment.