jtlevine Claude Opus 4.6 commited on
Commit
cc8a50a
·
1 Parent(s): 5e88593

Add scikit-learn dependency (required by xgboost sklearn API)

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -5,5 +5,6 @@ anthropic>=0.40.0
5
  scipy>=1.12.0
6
  numpy>=1.26.0
7
  xgboost>=2.0.0
 
8
  asyncpg>=0.30.0
9
  aiofiles>=24.1.0
 
5
  scipy>=1.12.0
6
  numpy>=1.26.0
7
  xgboost>=2.0.0
8
+ scikit-learn>=1.4.0
9
  asyncpg>=0.30.0
10
  aiofiles>=24.1.0