Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Feb 29, 2024
1 parent 57ff0f6 commit e826d11
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 30 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,18 @@ REQUIREMENTS=\
requirements-build.txt: requirements-build.in
uv pip compile --upgrade --resolution highest \
-o $@ $<
.PHONY: requirements-build.txt

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

requirements.txt: pyproject.toml
uv pip compile --upgrade --resolution highest \
-o $@ $<
.PHONY: requirements.txt

pin: $(REQUIREMENTS) ## Pin dependencies versions to requirements.txt
.PHONY: pin
Expand Down
18 changes: 5 additions & 13 deletions requirements-build.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements-build.txt --strip-extras requirements-build.in
#
numpy==1.26.3
# via -r requirements-build.in
# This file was autogenerated by uv via the following command:
# uv pip compile --resolution highest -o requirements-build.txt requirements-build.in
numpy==1.26.4
pip==24.0
setuptools==69.1.1
wheel==0.42.0
# via -r requirements-build.in

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools
24 changes: 12 additions & 12 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv v0.1.4 via the following command:
# uv pip compile --upgrade --resolution highest --extra dev --extra vis --extra pyweno -o requirements-dev.txt pyproject.toml
# 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
binaryornot==0.4.4
# via reuse
boolean-py==4.0
Expand Down Expand Up @@ -27,8 +27,8 @@ fonttools==4.49.0
# via matplotlib
iniconfig==2.0.0
# via pytest
jax==0.4.24
jaxlib==0.4.24
jax==0.4.25
jaxlib==0.4.25
jinja2==3.1.3
# via reuse
kiwisolver==1.4.5
Expand Down Expand Up @@ -87,7 +87,7 @@ pyparsing==3.1.1
pyproject-fmt==1.7.0
pyproject-hooks==1.0.0
# via build
pytest==8.0.1
pytest==8.0.2
python-dateutil==2.8.2
# via matplotlib
python-debian==0.1.49
Expand All @@ -96,24 +96,24 @@ pyweno @ git+https://github.com/alexfikl/PyWENO.git@5b3d0f81a41208c2cf36766166f7
restructuredtext-lint==1.4.0
# via doc8
reuse==3.0.1
rich==13.7.0
ruff==0.2.2
rich==13.7.1
ruff==0.3.0
scienceplots==2.1.1
scipy==1.12.0
# via
# jax
# jaxlib
setuptools==69.1.0
setuptools==69.1.1
# via check-manifest
six==1.16.0
# via python-dateutil
stevedore==5.1.0
stevedore==5.2.0
# via doc8
sympy==1.12
# via pyweno
tomlkit==0.12.3
tomlkit==0.12.4
# via pyproject-fmt
types-dataclasses==0.6.6
typing-extensions==4.9.0
typing-extensions==4.10.0
# via mypy
uv==0.1.4
uv==0.1.12
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file was autogenerated by uv v0.1.4 via the following command:
# uv pip compile --upgrade --resolution highest -o requirements.txt pyproject.toml
jax==0.4.24
jaxlib==0.4.24
# This file was autogenerated by uv via the following command:
# uv pip compile --resolution highest -o requirements.txt pyproject.toml
jax==0.4.25
jaxlib==0.4.25
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
Expand All @@ -21,7 +21,7 @@ opt-einsum==3.3.0
# via jax
pygments==2.17.2
# via rich
rich==13.7.0
rich==13.7.1
scipy==1.12.0
# via
# jax
Expand Down

0 comments on commit e826d11

Please sign in to comment.