Skip to content

Commit

Permalink
updates to requirements and workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinesands committed Aug 8, 2024
1 parent b77f8c0 commit a46b041
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nPYc-test-ci-monthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.8, 3.9]
python-version: [3.9]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nPYc-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.8, 3.9]
python-version: [3.9]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ openpyxl
pandas~=1.5.0
plotly>=3.1.0
scikit-learn>=0.19.1
scipy>=1.1.0
scipy==1.11.4
seaborn
setuptools>=39.1.0
statsmodels>=0.9.0
Expand Down

0 comments on commit a46b041

Please sign in to comment.