mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
adding requirements.txt
This commit is contained in:
parent
34c669222d
commit
eaa24dc7c8
2 changed files with 3 additions and 1 deletions
|
|
@ -11,10 +11,11 @@ python:
|
|||
- pypy3
|
||||
|
||||
install:
|
||||
- travis_retry pip install pyyaml
|
||||
- travis_retry pip install -r requirements.txt
|
||||
- travis_retry python setup.py install
|
||||
|
||||
script:
|
||||
- nosetests
|
||||
- python test/test_torch.py
|
||||
|
||||
# This reportedly works around an issue downloading packages from pypi on
|
||||
|
|
|
|||
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
pyyaml
|
||||
Loading…
Reference in a new issue