Skip to content

Commit

Permalink
20240414 - install python modules
Browse files Browse the repository at this point in the history
  • Loading branch information
isaactpetersen committed Apr 14, 2024
1 parent 30154c7 commit 0bdec35
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
with:
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
- run: pip install jupyter
- run: pip install -r requirements.txt

- name: Install R
uses: r-lib/actions/setup-r@v2
Expand Down
9 changes: 9 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ipython
jupyter
jupyterlab
matplotlib
numpy
pandas
seaborn
scikit-learn
scipy

0 comments on commit 0bdec35

Please sign in to comment.