Skip to content

Commit

Permalink
Dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
DailyDreaming authored and atspaeth committed Nov 29, 2023
1 parent 852b9cf commit 18048a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11"] # add this back later: , "3.12"
runs-on: [ubuntu-latest, macos-latest, windows-latest]
experimental: [false, false, true]

Expand All @@ -39,7 +39,7 @@ jobs:
allow-prereleases: true

- name: Install package
run: python -m pip install .[test]
run: python -m pip install .[dev]

- name: Test package
run: >-
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies = [
'schedule',
'scipy>=1.10.0',
'tenacity',
"typing_extensions>=4.6; python_version<3.11"
"typing_extensions>=4.6; python_version<'3.11'"
]

[tool.hatch.build.hooks.vcs]
Expand Down

0 comments on commit 18048a8

Please sign in to comment.