-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document supported versions of packages (#197)
- Loading branch information
1 parent
70f6bef
commit f1caa20
Showing
2 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
numpy==1.18.2 | ||
scipy==1.4.1 | ||
# Supported models | ||
scikit-learn==0.22.2.post1 | ||
xgboost==1.0.2 | ||
lightgbm==2.3.1 | ||
statsmodels==0.11.1 | ||
git+git://github.com/scikit-learn-contrib/lightning.git@b96f9c674968496e854078163c8814049a7b9f43 | ||
|
||
# Testing tools | ||
flake8==3.7.9 | ||
pytest==5.4.1 | ||
pytest-mock==3.0.0 | ||
coveralls==2.0.0 | ||
pytest-cov==2.8.1 | ||
|
||
# Other stuff | ||
numpy==1.18.2 | ||
scipy==1.4.1 | ||
py-mini-racer==0.2.0 | ||
statsmodels==0.11.1 | ||
git+git://github.com/scikit-learn-contrib/lightning.git@b96f9c674968496e854078163c8814049a7b9f43 |