Skip to content

Commit

Permalink
🔧 Fix imports status
Browse files Browse the repository at this point in the history
  • Loading branch information
daquintero committed Jul 29, 2024
1 parent ffa8450 commit d7a9e95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_import.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ['3.10', '3.12']
python-version: ['3.10', '3.11']

steps:
- name: Checkout code
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ sphinx-copybutton = {version = ">=0.5.2", optional = true}
sphinx-gallery = {version = "*", optional = true}
sphinx-pydantic = {version = "*", optional = true}
sphinx-rtd-theme = {version = "*", optional = true}
sphinx_book_theme = {version = "*", optional = true}
sphinx-version-warning = {version = "*", optional = true}
sphinx_book_theme = {version = "*", optional = true}
sphinxcontrib-pdfembed = {git = "https://github.com/SuperKogito/sphinxcontrib-pdfembed.git", optional = true}
thewalrus = "^0.20.0"
tox = {version = "*", optional = true}
tox = {vers-cion = "*", optional = true}
vlsirtools = "^6.0.0"
watchdog = {version = "*", optional = true}
xarray = "^2023.12.0"
Expand Down

0 comments on commit d7a9e95

Please sign in to comment.