From 71b924e07e1ddadbb5bc2eef95a7e9927d11132b Mon Sep 17 00:00:00 2001 From: EC2 Default User Date: Tue, 17 Sep 2024 16:28:20 +0000 Subject: [PATCH] Updated dependencies to avoid conflict --- mlu-dte.yml | 23 ++++++++++++----------- requirements.txt | 15 +++++++-------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/mlu-dte.yml b/mlu-dte.yml index 5fdff29..65484b6 100644 --- a/mlu-dte.yml +++ b/mlu-dte.yml @@ -1,15 +1,16 @@ name: mlu-dte dependencies: - - python=3.9 + - python=3.10 - pip - pip: - - pip==21.3.1 - - numpy==1.19.5 - - pandas==1.1.5 - - matplotlib==3.3.4 - - scikit-learn==0.24.2 - - mxnet==1.8.0.post0 - - catboost==0.26.1 - - lightgbm==3.2.1 - - ipykernel==5.5.6 - - ipywidgets==7.6.3 + - pip==24.2 + - torch==2.3.1 + - torchtext==0.18.0 + - nltk==3.9.1 + - pandas==2.2.2 + - scikit-learn>=1.5.0 + - numpy==1.26.4 + - matplotlib==3.8.4 + - seaborn==0.13.2 + - jupyter-server==2.14.2 + - ipykernel==6.29.5 diff --git a/requirements.txt b/requirements.txt index 101f692..9c708dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,9 @@ -pip==21.3.1 -numpy==1.22.0 -pandas==1.1.5 -matplotlib==3.3.4 -scikit-learn==0.24.2 -mxnet==1.9.1 -catboost==0.26.1 -lightgbm==3.2.1 +pip==24.2 +numpy==1.26.4 +pandas==2.2.2 +matplotlib==3.8.4 +scikit-learn>=1.5.0 +catboost==1.2.7 +lightgbm==4.3.0 ipykernel==5.5.6 ipywidgets==7.6.3 \ No newline at end of file