Skip to content

Commit

Permalink
upgrade black/myst-nb and fix xarray versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dioph committed Aug 22, 2024
1 parent e6d5eda commit 4f5e91e
Show file tree
Hide file tree
Showing 6 changed files with 2,195 additions and 1,340 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/periodicity-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.8]
python-version: [3.10]
include:
- os: ubuntu-latest
python-version: 3.9
- os: ubuntu-latest
python-version: 3.7
python-version: 3.8
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
Expand Down
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ pywavelets = ">= 0.5"
pymc_ext = "*"
scipy = ">= 1.1"
tqdm = "*"
xarray = "*"
xarray = ">= 0.20, < 2022"

[dev-packages]
black = "==20.8b1"
black = "==22.3.0"
flake8 = "*"
isort = "*"
jupyter = "*"
myst-nb = "<0.11"
myst-nb = "*"
numpydoc = "*"
pytest = "*"
pytest-cov = "*"
Expand Down
Loading

0 comments on commit 4f5e91e

Please sign in to comment.