Skip to content

Commit

Permalink
chore: bump requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Jan 3, 2024
1 parent 4fdd879 commit 4faacbe
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ ignore = [
"PLC0415", # import-outside-top-level
"PLR0912", # too-many-branches
"PLR0913", # too-many-arguments
"PLR0914", # too-many-locals
"PLR0915", # too-many-statements
"PLR0917", # too-many-positional
"PLR2004", # magic-value-comparison
Expand Down
2 changes: 1 addition & 1 deletion requirements-build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements-build.txt --strip-extras requirements-build.in
#
numpy==1.26.2
numpy==1.26.3
# via -r requirements-build.in
wheel==0.42.0
# via -r requirements-build.in
Expand Down
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ ml-dtypes==0.3.1
# jaxlib
mpmath==1.3.0
# via sympy
mypy==1.7.1
mypy==1.8.0
# via pyshocks (pyproject.toml)
mypy-extensions==1.0.0
# via mypy
natsort==8.4.0
# via pyproject-fmt
numpy==1.26.2
numpy==1.26.3
# via
# contourpy
# jax
Expand All @@ -70,7 +70,7 @@ packaging==23.2
# pytest
pbr==6.0.0
# via stevedore
pillow==10.1.0
pillow==10.2.0
# via matplotlib
pip-tools==7.3.0
# via pyshocks (pyproject.toml)
Expand All @@ -88,19 +88,19 @@ pyproject-fmt==1.5.3
# via pyshocks (pyproject.toml)
pyproject-hooks==1.0.0
# via build
pytest==7.4.3
pytest==7.4.4
# via pyshocks (pyproject.toml)
python-dateutil==2.8.2
# via matplotlib
pyweno @ git+https://github.com/memmett/PyWENO.git
# via pyshocks (pyproject.toml)
regex==2023.10.3
regex==2023.12.25
# via sphinx-lint
restructuredtext-lint==1.4.0
# via doc8
rich==13.7.0
# via pyshocks (pyproject.toml)
ruff==0.1.8
ruff==0.1.11
# via pyshocks (pyproject.toml)
scienceplots==2.1.1
# via pyshocks (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ml-dtypes==0.3.1
# via
# jax
# jaxlib
numpy==1.26.2
numpy==1.26.3
# via
# jax
# jaxlib
Expand Down

0 comments on commit 4faacbe

Please sign in to comment.