Skip to content

Commit 1087ce4

Browse files
authored
Merge pull request #2573 from jimmytwei/development
Added requirements.txt to Modin_GettingStarted sample
2 parents f6ed8ba + fe857e7 commit 1087ce4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
matplotlib
2+
modin[all]

AI-and-Analytics/Getting-Started-Samples/Modin_GettingStarted/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"id": "Intel_Modin_GS_py",
1515
"steps": [
1616
"source /intel/oneapi/intelpython/bin/activate",
17-
"pip install matplotlib modin[all]",
17+
"pip install -r requirements.txt",
1818
"pip install jupyter ipykernel",
1919
"jupyter nbconvert --ExecutePreprocessor.enabled=True --to notebook Modin_GettingStarted.ipynb"
2020
]

0 commit comments

Comments
 (0)