Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
81471d4
1
Parent(s):
b1f7afd
Constrain PyJulia to 0.5
Browse files
setup.py
CHANGED
@@ -18,7 +18,7 @@ setuptools.setup(
|
|
18 |
long_description_content_type="text/markdown",
|
19 |
url="https://github.com/MilesCranmer/pysr",
|
20 |
install_requires=[
|
21 |
-
"julia>=0.5.7",
|
22 |
"numpy",
|
23 |
"pandas",
|
24 |
"sympy",
|
|
|
18 |
long_description_content_type="text/markdown",
|
19 |
url="https://github.com/MilesCranmer/pysr",
|
20 |
install_requires=[
|
21 |
+
"julia>=0.5.7,<0.6",
|
22 |
"numpy",
|
23 |
"pandas",
|
24 |
"sympy",
|