Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
1178fa3
1
Parent(s):
cf5c437
Bump version with tournament sampling fix
Browse files- pysr/sr.py +1 -1
- setup.py +1 -1
pysr/sr.py
CHANGED
@@ -350,7 +350,7 @@ def _write_project_file(tmp_dir):
|
|
350 |
SymbolicRegression = "8254be44-1295-4e6a-a16d-46603ac705cb"
|
351 |
|
352 |
[compat]
|
353 |
-
SymbolicRegression = "0.7.7"
|
354 |
julia = "1.5"
|
355 |
"""
|
356 |
|
|
|
350 |
SymbolicRegression = "8254be44-1295-4e6a-a16d-46603ac705cb"
|
351 |
|
352 |
[compat]
|
353 |
+
SymbolicRegression = "0.7.7, 0.7.8"
|
354 |
julia = "1.5"
|
355 |
"""
|
356 |
|
setup.py
CHANGED
@@ -8,7 +8,7 @@ except FileNotFoundError:
|
|
8 |
|
9 |
setuptools.setup(
|
10 |
name="pysr",
|
11 |
-
version="0.7.
|
12 |
author="Miles Cranmer",
|
13 |
author_email="miles.cranmer@gmail.com",
|
14 |
description="Simple and efficient symbolic regression",
|
|
|
8 |
|
9 |
setuptools.setup(
|
10 |
name="pysr",
|
11 |
+
version="0.7.3",
|
12 |
author="Miles Cranmer",
|
13 |
author_email="miles.cranmer@gmail.com",
|
14 |
description="Simple and efficient symbolic regression",
|