Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit d599b19

Browse files
tweaking requirements layout
1 parent d0f1a9e commit d599b19

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

make_docs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
set -e
4-
pip install -e .
4+
pip install -r requirements.txt
55
jupyter nbconvert gallery.ipynb --execute --output-dir=docs --output=index --template=docs/nb.tpl
66
jupyter nbconvert walkthrough.ipynb --execute --output-dir=docs --template=docs/nb.tpl
77
pdoc plotly_express --html --html-dir=docs --overwrite --template-dir=docs/templates

requirements.txt

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
pandas>=0.20.0
2-
plotly>=3.7.1
3-
statsmodels>=0.9.0
4-
scipy>=0.18
5-
patsy>=0.5
1+
.
2+
pdoc3>=0.5.3
3+
nbconvert>=5.3.1

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@
3535
"statsmodels>=0.9.0",
3636
"scipy>=0.18",
3737
"patsy>=0.5",
38+
"numpy>=1.11",
3839
],
3940
)

0 commit comments

Comments
 (0)