Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Jun 28, 2024
1 parent 563e9e7 commit dacc25a
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ REQUIREMENTS=\
requirements.txt

requirements-dev.txt: pyproject.toml
uv pip compile --upgrade --resolution highest --refresh \
uv pip compile --upgrade --resolution highest --refresh --python-version '3.9' \
--extra dev --extra vis \
-o $@ $<
.PHONY: requirements-dev.txt

requirements.txt: pyproject.toml
uv pip compile --upgrade --resolution highest --refresh \
uv pip compile --upgrade --resolution highest --refresh --python-version '3.9' \
-o $@ $<
.PHONY: requirements.txt

Expand Down
28 changes: 23 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --resolution highest --refresh --extra dev --extra vis -o requirements-dev.txt pyproject.toml
# uv pip compile --resolution highest --refresh --python-version 3.9 --extra dev --extra vis -o requirements-dev.txt pyproject.toml
binaryornot==0.4.4
# via reuse
boolean-py==4.0
Expand All @@ -22,8 +22,14 @@ docutils==0.20.1
# via
# doc8
# restructuredtext-lint
exceptiongroup==1.2.1
# via pytest
fonttools==4.53.0
# via matplotlib
importlib-metadata==8.0.0
# via jax
importlib-resources==6.4.0
# via matplotlib
iniconfig==2.0.0
# via pytest
jax==0.4.30
Expand Down Expand Up @@ -52,7 +58,7 @@ ml-dtypes==0.4.0
# via
# jax
# jaxlib
mypy==1.10.0
mypy==1.10.1
# via pyshocks (pyproject.toml)
mypy-extensions==1.0.0
# via mypy
Expand Down Expand Up @@ -100,7 +106,7 @@ reuse==3.0.2
# via pyshocks (pyproject.toml)
rich==13.7.1
# via pyshocks (pyproject.toml)
ruff==0.4.9
ruff==0.5.0
# via pyshocks (pyproject.toml)
scienceplots==2.1.1
# via pyshocks (pyproject.toml)
Expand All @@ -112,9 +118,21 @@ six==1.16.0
# via python-dateutil
stevedore==5.2.0
# via doc8
tomli==2.0.1
# via
# doc8
# mypy
# pyproject-fmt
# pytest
types-dataclasses==0.6.6
# via pyshocks (pyproject.toml)
typing-extensions==4.12.2
# via mypy
uv==0.2.13
# via
# pyshocks (pyproject.toml)
# mypy
uv==0.2.17
# via pyshocks (pyproject.toml)
zipp==3.19.2
# via
# importlib-metadata
# importlib-resources
8 changes: 7 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --resolution highest --refresh -o requirements.txt pyproject.toml
# uv pip compile --resolution highest --refresh --python-version 3.9 -o requirements.txt pyproject.toml
importlib-metadata==8.0.0
# via jax
jax==0.4.30
# via pyshocks (pyproject.toml)
jaxlib==0.4.30
Expand Down Expand Up @@ -32,3 +34,7 @@ scipy==1.13.1
# via
# jax
# jaxlib
typing-extensions==4.12.2
# via pyshocks (pyproject.toml)
zipp==3.19.2
# via importlib-metadata

0 comments on commit dacc25a

Please sign in to comment.