Skip to content

Commit

Permalink
Compile
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 15, 2024
1 parent b14a525 commit ef7e412
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [{include = "niwrap", from = "src"}]

[tool.poetry.dependencies]
python = ">=3.10"
styxdefs = "^0.3.0"
styxdefs = "^0.2.0"

[tool.poetry.group.docs.dependencies]
pdoc = "^15.0.0"
Expand Down
4 changes: 2 additions & 2 deletions python/src/niwrap/afni/v_3drefit.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import dataclasses

V_3DREFIT_METADATA = Metadata(
id="ef9ef2bed10173b1aebbc37c287b931f5e6fdb8c.boutiques",
id="5501a5ab4f359d34ecdab515ba8bd647112c2b87.boutiques",
name="3drefit",
package="afni",
container_image_tag="afni/afni_make_build:AFNI_24.2.06",
Expand Down Expand Up @@ -129,7 +129,7 @@ def v_3drefit(
"-duporigin",
execution.input_file(duporigin_file)
])
cargs.append(execution.input_file(in_file))
cargs.append(execution.input_file(in_file, mutable=True))
if nosaveatr:
cargs.append("-nosaveatr")
if saveatr:
Expand Down

0 comments on commit ef7e412

Please sign in to comment.