Skip to content

Commit e6169cb

Browse files
committed
Initial guess of requirements
1 parent f173548 commit e6169cb

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

requirements-dev.txt

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
black
2+
mock
3+
mypy
4+
pydocstyle
5+
pylint
6+
pytest
7+
pytest-cov
8+
pytest-html

requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
numpy
2+
scipy>=0.18.1
3+
theano

0 commit comments

Comments
 (0)