Skip to content

Commit

Permalink
add requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Nov 8, 2019
1 parent 48d1977 commit a947ff7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-r requirements/default.txt
-r requirements/test.txt
3 changes: 3 additions & 0 deletions requirements/default.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
numpy>=1.14.1
scipy>=0.19.0
cython>=0.23
2 changes: 2 additions & 0 deletions requirements/optional.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jinja2>=2.0
cupy>=7.0.0rc1
1 change: 1 addition & 0 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pytest

0 comments on commit a947ff7

Please sign in to comment.