Skip to content

Commit

Permalink
Update scipy version
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuN6211 committed Sep 19, 2023
1 parent 60428cb commit 2f19497
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 32 deletions.
62 changes: 33 additions & 29 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[tool.poetry]
name = "sc-vortex-2d"
version = "1.0.2"
version = "1.0.3"
description = "Numerical result of CdGM mode."
authors = ["Shun Makino <shunmakino6211@gmail.com>"]
repository = "https://github.com/ShuN6211/sc-vortex-2d"
readme = "README.md"
packages = [{include = "sc_vortex_2d", from = "src"}]

[tool.poetry.dependencies]
python = "^3.9"
scipy = "^1.9.3"
python = ">=3.9,<3.13"
scipy = "^1.10.0"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 2f19497

Please sign in to comment.