Skip to content

Commit

Permalink
Mise à jour des fichiers Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
juguirlet committed Dec 17, 2023
1 parent c3b603f commit 65fb14b
Show file tree
Hide file tree
Showing 2 changed files with 2,296 additions and 239 deletions.
18 changes: 18 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,26 @@ flask = "*"
scikit-learn = "*"
lightgbm = "*"
shap = "*"
nltk = "*"
openpyxl = "*"
gensim = "*"
unidecode = "*"
evidently = "*"
xgboost = "*"
imblearn = "*"
hyperopt = "*"
mlflow = "*"
seaborn = "*"
pytest = "*"
setuptools = "*"
distutils = "*"

[dev-packages]
traitlets = "*"
jupyter = "*"

[requires]
python_version = "3.10"

[pipenv]
allow_prereleases = true
Loading

0 comments on commit 65fb14b

Please sign in to comment.