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 af1f819 commit 5d8cd9d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 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
duckdb == 0.10.3
joblib == 1.4.2
matplotlib == 3.9.0
multiprocess == 0.70.16
numpy == 1.26.4
pandas == 2.2.2
pymonetdb == 1.8.1
psycopg2-binary >= 2.9.8
PuLP == 2.8.0
scikit-learn >= 1.5.0
#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 == 2.0.3

0 comments on commit 5d8cd9d

Please sign in to comment.