We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0522b commit b812cb1Copy full SHA for b812cb1
README.md
@@ -117,7 +117,7 @@ For development:
117
118
- mypy (for type check)
119
120
-- Sphinx (for document generation)
+- sphinx (for document generation)
121
122
- pycodestyle (for code style check)
123
requirements.txt
@@ -3,4 +3,7 @@ scipy == 1.7.2
3
pandas == 1.3.4
4
matplotlib == 3.4.3
5
cvxpy == 1.1.17
6
+pytest == 6.2.5 # For unit test
7
+pytest-xdist == 2.4.0 # For unit test
8
+sphinx == 4.3.0 # For sphinx documentation
9
IPython == 7.29.0 # For sphinx documentation
0 commit comments