Skip to content

Commit

Permalink
Add python requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
caique-lima committed Mar 1, 2019
1 parent 3a00848 commit 7c36d79
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
17 changes: 17 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
boto3>=1.7.24,<2
cloudpickle>=0.8.0,<1
joblib>=0.13.2,<1
lightgbm>=2.2.2,<3
matplotlib>=3.0.2,<4
numpy>=1.15.4,<2
pandas>=0.24.1,<0.25
pyarrow>=0.12.0,<1
s3fs>=0.2.0,<1
schema>=0.6.2,<1
scikit-learn>=0.20.2,<1
shap>=0.28.5,<1
statsmodels>=0.9.0,<1
toolz>=0.9.0,<1
tqdm>=4.31.1,<5
xgboost>=0.81,<1
scikit-image>=0.14.2,<1
3 changes: 3 additions & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pytest>=4.2.1,<5
pytest-cov>=2.6.1,<3
pytest-xdist>=1.26.1,<2

0 comments on commit 7c36d79

Please sign in to comment.