Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouncner authored May 22, 2024
1 parent decb5dc commit af1f819
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
duckdb >= 0.5.1
joblib == 1.2.0
matplotlib == 3.5.1
multiprocess == 0.70.12.2
numpy == 1.22.2
pandas == 1.4.0
pymonetdb == 1.5.0
psycopg2 == 2.9.3
PuLP == 2.6.0
scikit-learn == 1.0.2
joblib >= 1.2.0
matplotlib >= 3.5.1
multiprocess >= 0.70.12.2
numpy >= 1.22.2
pandas >= 1.4.0
pymonetdb >= 1.5.0
psycopg2 >= 2.9.3
PuLP >= 2.6.0
scikit-learn >= 1.0.2
#scikit-learn-intelex == 2021.5.3 # Used for fast regressions; might cause issues on the GitHub runners (requires Intel CPU)
xgboost == 1.5.2
xgboost >= 1.5.2

0 comments on commit af1f819

Please sign in to comment.