Skip to content

Commit

Permalink
chore: auto-generated by devcalc (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
TeeeJay authored Jan 3, 2025
1 parent ac999db commit 848d2c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
15 changes: 5 additions & 10 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 @@ -42,7 +42,7 @@ ecalc = 'ecalc_cli.main:main'
python = ">=3.11,<3.14"
pydantic = "<3"
PyYAML = "^6"
numpy = "<3.0.0"
numpy = "<3"
pandas = "~2"
scipy = ">= 1.14, < 1.15"
"ruamel.yaml" = "^0.18"
Expand All @@ -53,7 +53,7 @@ py4j = "^0.10"
rich = "^13.7.1" # also used for typer as optional dependency
jupyter = { version = "^1.0.0", optional = true }
matplotlib = { version = "^3.8", optional = true }
typer = "^0.12.3"
typer = "^0"

[tool.poetry.group.dev.dependencies]
pytest-snapshot = "^0.9"
Expand Down

0 comments on commit 848d2c5

Please sign in to comment.