Skip to content

Commit

Permalink
Merge ddcb36c into 9a3f30b
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 26, 2024
2 parents 9a3f30b + ddcb36c commit b35cd0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pysr"
version = "0.18.2"
version = "0.18.3"
authors = [
{name = "Miles Cranmer", email = "miles.cranmer@gmail.com"},
]
Expand All @@ -29,3 +29,9 @@ dependencies = {file = "requirements.txt"}

[tool.isort]
profile = "black"

[tool.rye]
dev-dependencies = [
"pre-commit>=3.7.0",
"ipython>=8.23.0",
]
2 changes: 1 addition & 1 deletion pysr/juliapkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": {
"SymbolicRegression": {
"uuid": "8254be44-1295-4e6a-a16d-46603ac705cb",
"version": "=0.24.2"
"version": "=0.24.3"
},
"Serialization": {
"uuid": "9e88b42a-f829-5b0c-bbe9-9e923198166b",
Expand Down

0 comments on commit b35cd0d

Please sign in to comment.