Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into delayed_object_python…
Browse files Browse the repository at this point in the history
…_function
  • Loading branch information
jan-janssen committed Nov 21, 2024
2 parents 8be1b2b + 00e7711 commit c1cd253
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ dependencies:
- pyfileindex =0.0.31
- pyiron_dataclasses =0.0.1
- pyiron_snippets =0.1.4
- executorlib =0.0.4
- pysqa =0.2.1
- executorlib =0.0.5
- pysqa =0.2.2
- pytables =3.10.1
- sqlalchemy =2.0.36
- tqdm =4.67.0
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/environment-mini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies:
- pyfileindex =0.0.31
- pyiron_dataclasses =0.0.1
- pyiron_snippets =0.1.3
- executorlib =0.0.4
- pysqa =0.2.1
- executorlib =0.0.5
- pysqa =0.2.2
- pytables =3.10.1
- sqlalchemy =2.0.36
- tqdm =4.67.0
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ dependencies:
- pyfileindex =0.0.31
- pyiron_dataclasses =0.0.1
- pyiron_snippets =0.1.4
- executorlib =0.0.4
- pysqa =0.2.1
- executorlib =0.0.5
- pysqa =0.2.2
- pytables =3.10.1
- sqlalchemy =2.0.36
- tqdm =4.67.0
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
rev: v0.7.4
hooks:
- id: ruff
name: ruff lint
Expand Down
4 changes: 2 additions & 2 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ dependencies:
- pyfileindex =0.0.31
- pyiron_dataclasses =0.0.1
- pyiron_snippets =0.1.4
- executorlib =0.0.4
- pysqa =0.2.1
- executorlib =0.0.5
- pysqa =0.2.2
- pytables =3.10.1
- sqlalchemy =2.0.36
- tqdm =4.67.0
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
]
dependencies = [
"cloudpickle==3.1.0",
"executorlib==0.0.4",
"executorlib==0.0.5",
"h5io_browser==0.1.4",
"h5py==3.12.1",
"numpy==1.26.4",
Expand All @@ -34,7 +34,7 @@ dependencies = [
"pyfileindex==0.0.31",
"pyiron_dataclasses==0.0.1",
"pyiron_snippets==0.1.4",
"pysqa==0.2.1",
"pysqa==0.2.2",
"sqlalchemy==2.0.36",
"tables==3.10.1",
"tqdm==4.67.0",
Expand Down

0 comments on commit c1cd253

Please sign in to comment.