Skip to content

Commit

Permalink
updating everything
Browse files Browse the repository at this point in the history
  • Loading branch information
pnxenopoulos committed Jun 21, 2024
1 parent 8fd77fe commit f880d4d
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
58 changes: 29 additions & 29 deletions poetry.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ python = ">=3.9"
click = ">=8.1.7"
loguru = ">=0.7.2"
matplotlib = ">=3.9.0"
numpy = ">=1.26.3"
numpy = ">=2.0.0"
pandas = ">=2.2.2"
setuptools = ">=69.2.0"
setuptools = ">=70.1.0"
demoparser2 = ">=0.26.2"
tqdm = "^4.66.4"

[tool.poetry.dev-dependencies]
black = { version = "^24.4.2", extras = ["jupyter"] }
pytest = "^7.2"
pytest = "^8.2.2"
requests = "^2.32.3"
ruff = "^0.0.259"
pyright = "^1.1.198"
pylint = "^3.2.2"
ruff = "^0.4.10"
pyright = "^1.1.368"
pylint = "^3.2.3"
coverage = { version = "^7.5.3", extras = ["toml"] }
sphinx = "^7.3.7"
sphinx-rtd-theme = "^2.0.0"
Expand Down

0 comments on commit f880d4d

Please sign in to comment.