Spaces:
Running
Running
MilesCranmer
commited on
Commit
·
147e8d5
1
Parent(s):
659b5b7
Bump version to release candidate 2
Browse files
setup.py
CHANGED
@@ -12,11 +12,9 @@ install_sympytorch = torch_installed
|
|
12 |
if install_sympytorch:
|
13 |
extra_installs.append('sympytorch')
|
14 |
|
15 |
-
print(extra_installs)
|
16 |
-
|
17 |
setuptools.setup(
|
18 |
name="pysr", # Replace with your own username
|
19 |
-
version="0.6.
|
20 |
author="Miles Cranmer",
|
21 |
author_email="[email protected]",
|
22 |
description="Simple and efficient symbolic regression",
|
|
|
12 |
if install_sympytorch:
|
13 |
extra_installs.append('sympytorch')
|
14 |
|
|
|
|
|
15 |
setuptools.setup(
|
16 |
name="pysr", # Replace with your own username
|
17 |
+
version="0.6.0rc2",
|
18 |
author="Miles Cranmer",
|
19 |
author_email="[email protected]",
|
20 |
description="Simple and efficient symbolic regression",
|