Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Jun 19, 2024
1 parent 98f80ff commit f5cf871
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ REQUIREMENTS=\

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

Expand Down
9 changes: 1 addition & 8 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 --extra dev --extra vis --extra pyweno -o requirements-dev.txt pyproject.toml
# uv pip compile --resolution highest --refresh --extra dev --extra vis -o requirements-dev.txt pyproject.toml
binaryornot==0.4.4
# via reuse
boolean-py==4.0
Expand Down Expand Up @@ -52,8 +52,6 @@ ml-dtypes==0.4.0
# via
# jax
# jaxlib
mpmath==1.3.0
# via sympy
mypy==1.10.0
# via pyshocks (pyproject.toml)
mypy-extensions==1.0.0
Expand All @@ -67,7 +65,6 @@ numpy==2.0.0
# matplotlib
# ml-dtypes
# opt-einsum
# pyweno
# scipy
opt-einsum==3.3.0
# via jax
Expand Down Expand Up @@ -97,8 +94,6 @@ python-dateutil==2.9.0.post0
# via matplotlib
python-debian==0.1.49
# via reuse
pyweno @ git+https://github.com/alexfikl/PyWENO.git@01c9e96683e01b29a73ac548c9213db0e1b6d797#egg=PyWENO
# via pyshocks (pyproject.toml)
restructuredtext-lint==1.4.0
# via doc8
reuse==3.0.2
Expand All @@ -117,8 +112,6 @@ six==1.16.0
# via python-dateutil
stevedore==5.2.0
# via doc8
sympy==1.12.1
# via pyweno
types-dataclasses==0.6.6
# via pyshocks (pyproject.toml)
typing-extensions==4.12.2
Expand Down
2 changes: 1 addition & 1 deletion requirements.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 -o requirements.txt pyproject.toml
# uv pip compile --resolution highest --refresh -o requirements.txt pyproject.toml
jax==0.4.30
# via pyshocks (pyproject.toml)
jaxlib==0.4.30
Expand Down

0 comments on commit f5cf871

Please sign in to comment.