We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0470336 + 8c1d22a commit fc32e76Copy full SHA for fc32e76
.github/workflows/CI.yml
@@ -14,6 +14,9 @@ on:
14
paths:
15
- '**'
16
17
+permissions:
18
+ contents: write
19
+
20
jobs:
21
test:
22
runs-on: ${{ matrix.os }}
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "pysr"
7
-version = "1.3.0"
+version = "1.3.1"
8
authors = [
9
{name = "Miles Cranmer", email = "[email protected]"},
10
]
pysr/juliapkg.json
@@ -3,7 +3,7 @@
3
"packages": {
"SymbolicRegression": {
"uuid": "8254be44-1295-4e6a-a16d-46603ac705cb",
- "version": "=1.5.0"
+ "version": "=1.5.1"
},
"Serialization": {
"uuid": "9e88b42a-f829-5b0c-bbe9-9e923198166b",
0 commit comments