Skip to content

Commit

Permalink
Update scipy dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
nealkruis committed Dec 4, 2023
1 parent 076d29d commit 767c128
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/setup_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
defaults:
run:
shell: bash
Expand Down
130 changes: 71 additions & 59 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ description = ""
authors = ["Big Ladder Software"]

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
koozie = "^1.1.0"
CoolProp = "6.6.0"
scipy = "^1.5.4"
scipy = "1.11.4"

[tool.poetry.dev-dependencies]
pytest = "^6.2.2"
Expand Down

0 comments on commit 767c128

Please sign in to comment.