Skip to content

Commit

Permalink
Merge branch 'main' into add-citation
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow authored Oct 27, 2023
2 parents 2cd40a5 + 9f46ede commit 7d04390
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Generate HTML
run: |
Expand All @@ -24,7 +24,7 @@ jobs:
uses: actions/configure-pages@v3

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: '_build/html'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.x
python-version: 3.11

- name: Run pytest
run: |
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
numpy==1.25.1
pandas==2.0.3
pyarrow==12.0.*
numpy==1.26.*
pandas==2.*
pyarrow==13.0.*
pytest==7.3.1
pytest-cov==4.1.0
scipy==1.11.1
scipy==1.11.*
setuptools==59.6.0
statsmodels==0.14.0

0 comments on commit 7d04390

Please sign in to comment.