Spaces:
Running
Running
MilesCranmer
commited on
Merge pull request #605 from MilesCranmer/create-pull-request/patch
Browse files- pyproject.toml +7 -1
- pysr/juliapkg.json +1 -1
pyproject.toml
CHANGED
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4 |
|
5 |
[project]
|
6 |
name = "pysr"
|
7 |
-
version = "0.18.
|
8 |
authors = [
|
9 |
{name = "Miles Cranmer", email = "miles.cranmer@gmail.com"},
|
10 |
]
|
@@ -29,3 +29,9 @@ dependencies = {file = "requirements.txt"}
|
|
29 |
|
30 |
[tool.isort]
|
31 |
profile = "black"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
[project]
|
6 |
name = "pysr"
|
7 |
+
version = "0.18.3"
|
8 |
authors = [
|
9 |
{name = "Miles Cranmer", email = "miles.cranmer@gmail.com"},
|
10 |
]
|
|
|
29 |
|
30 |
[tool.isort]
|
31 |
profile = "black"
|
32 |
+
|
33 |
+
[tool.rye]
|
34 |
+
dev-dependencies = [
|
35 |
+
"pre-commit>=3.7.0",
|
36 |
+
"ipython>=8.23.0",
|
37 |
+
]
|
pysr/juliapkg.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"packages": {
|
4 |
"SymbolicRegression": {
|
5 |
"uuid": "8254be44-1295-4e6a-a16d-46603ac705cb",
|
6 |
-
"version": "=0.24.
|
7 |
},
|
8 |
"Serialization": {
|
9 |
"uuid": "9e88b42a-f829-5b0c-bbe9-9e923198166b",
|
|
|
3 |
"packages": {
|
4 |
"SymbolicRegression": {
|
5 |
"uuid": "8254be44-1295-4e6a-a16d-46603ac705cb",
|
6 |
+
"version": "=0.24.3"
|
7 |
},
|
8 |
"Serialization": {
|
9 |
"uuid": "9e88b42a-f829-5b0c-bbe9-9e923198166b",
|