File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 16
16
strategy :
17
17
fail-fast : false
18
18
matrix :
19
- python-version : ["3.9", "3. 10", "3.11"]
19
+ python-version : ["3.10", "3.11"]
20
20
21
21
steps :
22
22
- uses : actions/checkout@v3
30
30
python -m pip install pytest
31
31
python -m pip install pytest-coverage
32
32
python -m pip install .
33
- python -m pip install git+https://github.com/dsgibbons/shap.git
34
33
- name : Test with pytest
35
34
run : |
36
35
pytest --cov
Original file line number Diff line number Diff line change 14
14
include_package_data = True ,
15
15
package_data = {'' : ['datasets/*.csv' ]},
16
16
zip_safe = True ,
17
- python_requires = ">=3.9 " ,
17
+ python_requires = ">=3.10 " ,
18
18
install_requires = [
19
- "lightgbm~=4.1 .0" ,
20
- "torch~=2.1.1 " ,
19
+ "lightgbm~=4.2 .0" ,
20
+ "torch~=2.1.2 " ,
21
21
"pyro-ppl~=1.8.6" ,
22
- "optuna~=3.4 .0" ,
22
+ "optuna~=3.5 .0" ,
23
23
"properscoring~=0.1" ,
24
- "scikit-learn~=1.3.2 " ,
25
- "numpy~=1.26.2 " ,
26
- "pandas~=2.1.3 " ,
24
+ "scikit-learn~=1.4.0 " ,
25
+ "numpy~=1.26.3 " ,
26
+ "pandas~=2.1.4 " ,
27
27
"plotnine~=0.12.4" ,
28
28
"scipy~=1.11.4" ,
29
- "seaborn~=0.13.0" ,
29
+ "shap~=0.44.0" ,
30
+ "seaborn~=0.13.1" ,
30
31
"tqdm~=4.66.1" ,
31
32
"matplotlib~=3.8.2" ,
32
- "ipython~=8.18.1 " ,
33
+ "ipython~=8.20.0 " ,
33
34
],
34
35
extras_require = {
35
36
"docs" : ["mkdocs" , "mkdocstrings[python]" , "mkdocs-jupyter" ]
You can’t perform that action at this time.
0 commit comments