Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shuntaroy committed Mar 10, 2023
1 parent 41a03bb commit 80c2058
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,6 @@ cython_debug/
#.idea/

data/
_*
.tool-versions
.vscode
13 changes: 12 additions & 1 deletion poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.9"
ginza = "^5.1.2"
ja-ginza = "^5.1.2"
pandas = "^1.5.3"
numpy = "^1.24.2"
fire = "^0.5.0"
jaconv = "^0.3.4"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.2"
Expand Down

0 comments on commit 80c2058

Please sign in to comment.