Skip to content

Commit

Permalink
Combine string of versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Jul 2, 2023
1 parent 8f2ac01 commit 993ae5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysr/julia_helpers.py
Expand Up @@ -124,7 +124,7 @@ def _process_julia_project(julia_project):
)
python_version = ".".join(map(str, sys.version_info[:2]))
processed_julia_project = (
f"pysr-{__version__}" f"-py-{python_version}" f"-jl-{julia_version}"
f"pysr-{__version__}-py-{python_version}-jl-{julia_version}"
)
elif julia_project[0] == "@":
is_shared = True
Expand Down

0 comments on commit 993ae5a

Please sign in to comment.