Skip to content

Commit

Permalink
remove importlib
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuN6211 committed Jan 3, 2023
1 parent 42e47d6 commit 4ce2f82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
13 changes: 1 addition & 12 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sc-vortex-2d"
version = "0.1.0"
version = "0.1.1"
description = "Numerical result of CdGM mode."
authors = ["Shun Makino <shunmakino6211@gmail.com>"]
repository = "https://github.com/ShuN6211/sc-vortex-2d"
Expand All @@ -10,7 +10,6 @@ packages = [{include = "sc_vortex_2d", from = "src"}]
[tool.poetry.dependencies]
python = "^3.9"
scipy = "^1.9.3"
importlib = "^1.0.4"


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

0 comments on commit 4ce2f82

Please sign in to comment.