Skip to content

Commit

Permalink
updated to latest version & Node20 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekOzana committed Apr 15, 2024
1 parent f4a9076 commit 20326b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
altair>=5.2.0
altair>=5.3
filelock>=3.13
numpy>=1.26.4
pandas>=2.2.1
polars>=0.20.16
pandas>=2.2.2
polars>=0.20.20
pytest>=8.1.1
pytest-cov
scipy==1.12.0
streamlit>=1.32.2
pytest-cov>=5.0.0
scipy>=1.12.0
streamlit>=1.33
yfinance>=0.2.37

0 comments on commit 20326b2

Please sign in to comment.