diff --git a/AI-and-Analytics/Features-and-Functionality/IntelPyTorch_TrainingOptimizations_AMX_BF16/README.md b/AI-and-Analytics/Features-and-Functionality/IntelPyTorch_TrainingOptimizations_AMX_BF16/README.md index 4cdfeae19d..1f81b92cd1 100644 --- a/AI-and-Analytics/Features-and-Functionality/IntelPyTorch_TrainingOptimizations_AMX_BF16/README.md +++ b/AI-and-Analytics/Features-and-Functionality/IntelPyTorch_TrainingOptimizations_AMX_BF16/README.md @@ -66,8 +66,7 @@ cd oneAPI-samples/AI-and-Analytics/Features-and-Functionality/IntelPyTorch_Train >**Note**: Before running the following commands, make sure your Conda/Python environment with AI Tools installed is activated ``` -pip install -r requirements.txt -pip install notebook +pip install matplotlib notebook ``` For Jupyter Notebook, refer to [Installing Jupyter](https://jupyter.org/install) for detailed installation instructions. diff --git a/AI-and-Analytics/Getting-Started-Samples/Modin_GettingStarted/requirements.txt b/AI-and-Analytics/Getting-Started-Samples/Modin_GettingStarted/requirements.txt deleted file mode 100644 index 4644de9471..0000000000 --- a/AI-and-Analytics/Getting-Started-Samples/Modin_GettingStarted/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -matplotlib -modin[all] diff --git a/AI-and-Analytics/Getting-Started-Samples/Modin_GettingStarted/sample.json b/AI-and-Analytics/Getting-Started-Samples/Modin_GettingStarted/sample.json index 5acc558d80..96849831b4 100644 --- a/AI-and-Analytics/Getting-Started-Samples/Modin_GettingStarted/sample.json +++ b/AI-and-Analytics/Getting-Started-Samples/Modin_GettingStarted/sample.json @@ -13,8 +13,8 @@ "env": [], "id": "Intel_Modin_GS_py", "steps": [ - "source /intel/oneapi/intelpython/bin/activate", - "pip install -r requirements.txt", + "source /intel/oneapi/intelpython/bin/activate modin", + "pip install matplotlib", "pip install jupyter ipykernel", "jupyter nbconvert --ExecutePreprocessor.enabled=True --to notebook Modin_GettingStarted.ipynb" ] diff --git a/AI-and-Analytics/Getting-Started-Samples/Modin_Vs_Pandas/README.md b/AI-and-Analytics/Getting-Started-Samples/Modin_Vs_Pandas/README.md index 597328d84f..9ded1bb519 100644 --- a/AI-and-Analytics/Getting-Started-Samples/Modin_Vs_Pandas/README.md +++ b/AI-and-Analytics/Getting-Started-Samples/Modin_Vs_Pandas/README.md @@ -73,7 +73,6 @@ cd oneAPI-samples/AI-and-Analytics/Getting-Started-Samples/Modin_Vs_Pandas >**Note**: Before running the following commands, make sure your Conda/Python environment with AI Tools installed is activated ``` -pip install -r requirements.txt pip install notebook ``` For Jupyter Notebook, refer to [Installing Jupyter](https://jupyter.org/install) for detailed installation instructions. diff --git a/AI-and-Analytics/Getting-Started-Samples/Modin_Vs_Pandas/sample.json b/AI-and-Analytics/Getting-Started-Samples/Modin_Vs_Pandas/sample.json index 2f6e6bd812..aa02df0f31 100644 --- a/AI-and-Analytics/Getting-Started-Samples/Modin_Vs_Pandas/sample.json +++ b/AI-and-Analytics/Getting-Started-Samples/Modin_Vs_Pandas/sample.json @@ -13,8 +13,7 @@ "linux": [{ "id": "modin_pandas_performance", "steps": [ - "source /intel/oneapi/intelpython/bin/activate", - "pip install numpy pandas modin[all]", + "source /intel/oneapi/intelpython/bin/activate modin", "pip install jupyter ipykernel", "jupyter nbconvert --ExecutePreprocessor.enabled=True --to notebook Modin_Vs_Pandas.ipynb" ]