Skip to content

Commit

Permalink
security patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbrophy47 committed Jul 25, 2024
1 parent 5d949ab commit 3d2357c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ openpyxl==3.0.7 # reading excel
mat73==0.50 # reading matlab
numpy==1.23.1
ngboost==0.3.12
scikit-learn==1.4.2
scikit-learn==1.5.0
catboost==1.0.6
lightgbm==3.3.2 # if arm64, install using conda-forge
xgboost==1.6.1
torch==1.13.1
torch==2.2.0
pandas==1.4.3
pgbm==1.6
properscoring==0.1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
libraries.append('m')

setup(name="ibug",
version="0.0.11",
version="0.0.12",
description="Instance-Based Uncertainty Estimation for Gradient-Boosted Regression Trees",
author="Jonathan Brophy",
author_email="jonathanbrophy47@gmail.com",
Expand All @@ -36,7 +36,7 @@
"numpy>=1.22",
"uncertainty-toolbox>=0.1.0",
"joblib>=1.1.0",
"scikit-learn>=1.1.1",
"scikit-learn>=1.5.0",
"scipy>=1.8.1",
"pandas>=1.4.3",
"Cython>=0.29.23",
Expand Down

0 comments on commit 3d2357c

Please sign in to comment.