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

Commit bafb6e3

Browse files
update statsmodel deps (closes #18)
1 parent d308fb7 commit bafb6e3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
pandas>=0.20.0
22
plotly>=3.7.1
33
statsmodels>=0.9.0
4-
scipy >= 0.14 # from statsmodels
4+
scipy>=0.18
5+
patsy>=0.5

setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
url="https://github.com/plotly/plotly_express",
2222
author="Nicolas Kruchten",
2323
author_email="[email protected]",
24-
license='MIT',
24+
license="MIT",
2525
classifiers=[
2626
"Development Status :: 4 - Beta",
2727
"Topic :: Scientific/Engineering :: Visualization",
@@ -33,6 +33,7 @@
3333
"pandas>=0.20.0",
3434
"plotly>=3.7.1",
3535
"statsmodels>=0.9.0",
36-
"scipy>=0.14",
36+
"scipy>=0.18",
37+
"patsy>=0.5",
3738
],
3839
)

0 commit comments

Comments
 (0)