Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
celestinoxp committed Feb 9, 2024
1 parent b0150d0 commit a368384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ pandas<2.2.0 #test_check_fairness_regression fails with pandas 2.2.0
jinja2>=3
scipy>=1.6.1,<=1.11.4 #to fix later (https://github.com/mljar/mljar-supervised/issues/691)
joblib>=1.2.0 # joblib<1.2.0 is vulnerable to Arbitrary Code Execution (https://github.com/advisories/GHSA-6hrg-qmvc-2xh8)
scikit-learn>=1.4.0,<1.5.0
pyod>=1.1.2 # >1.1.2 to support scikit-learn 1.4
scikit-learn>=1.4.1 #scikit-learn 1.4.0 have a bug (https://github.com/scikit-learn/scikit-learn/pull/28241)
pyod>=1.1.3 #1.1.3 to support scikit-learn 1.4 (https://github.com/yzhao062/pyod/issues/542)
imbalanced-learn>=0.12.0 # >=0.12.0 to support scikit-learn 1.4
category-encoders>=2.4.0
lightgbm>=3.0.0
Expand Down

0 comments on commit a368384

Please sign in to comment.