Skip to content

Commit a6cb745

Browse files
authored
add future to setup.py (#435)
1 parent b88e422 commit a6cb745

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ joblib>=0.17.0
66
autograd>=1.3
77
statsmodels>=0.14.1
88
patsy>=0.5.1
9-
future
9+
future>=1.0.0

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"statsmodels>=0.14.1",
3535
"patsy>=0.5.1",
3636
"pandas>=2.2.3",
37+
"future>=1.0.0",
3738
]
3839

3940
# Find mgc version.

0 commit comments

Comments
 (0)