From e826d11bd8c11f61bb0aece535dcee7f3ea6f633 Mon Sep 17 00:00:00 2001 From: Alexandru Fikl Date: Thu, 29 Feb 2024 18:15:28 +0200 Subject: [PATCH] chore: bump dependencies --- Makefile | 3 +++ requirements-build.txt | 18 +++++------------- requirements-dev.txt | 24 ++++++++++++------------ requirements.txt | 10 +++++----- 4 files changed, 25 insertions(+), 30 deletions(-) diff --git a/Makefile b/Makefile index 915af03..413fe76 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/requirements-build.txt b/requirements-build.txt index 538fe4f..e9ec5f6 100644 --- a/requirements-build.txt +++ b/requirements-build.txt @@ -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 diff --git a/requirements-dev.txt b/requirements-dev.txt index 703a823..c0d2425 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/requirements.txt b/requirements.txt index 018b9a6..ae89f45 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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