Skip to content

Commit

Permalink
Bump requirements versions
Browse files Browse the repository at this point in the history
  • Loading branch information
egparedes committed Jun 17, 2024
1 parent 0208384 commit 57609da
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.8
rev: v0.4.9
hooks:
- id: ruff
args: [--fix, --show-fixes]
Expand All @@ -70,7 +70,7 @@ repos:
additional_dependencies:
- dace==0.16
- jax[cpu]==0.4.29
- numpy==1.26.4
- numpy==2.0.0
- pytest==8.2.2
- typing-extensions==4.12.2
- repo: https://github.com/codespell-project/codespell
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"dace>=0.15",
"dace>=0.16",
"jax[cpu]>=0.4.24",
"numpy>=1.26.0",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dace>=0.15
dace>=0.16
jax[cpu]>=0.4.24
numpy>=1.26.0
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:190b0703818fae41383e79f02d34ca019cedca4d
# SHA1:50585cb1d4e4cc2297a939939d360c886c4ee3e4
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down Expand Up @@ -31,7 +31,7 @@ mpmath==1.3.0
# via sympy
networkx==3.3
# via dace
numpy==1.26.4
numpy==2.0.0
# via
# -r requirements/base.in
# dace
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pytest-cov==5.0.0
# via -r requirements/dev.in
requests==2.32.3
# via sphinx
ruff==0.4.8
ruff==0.4.9
# via -r requirements/dev.in
sniffio==1.3.1
# via anyio
Expand Down

0 comments on commit 57609da

Please sign in to comment.