Spaces:
Running
Running
WilliamBChf
commited on
Commit
·
6b2e2da
1
Parent(s):
3876e75
Added requirements.
Browse filesRemoved circular referencing of pysr
- pysr/__main__.py +1 -1
- requirements.txt +2 -0
pysr/__main__.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from
|
2 |
|
3 |
if __name__ == '__main__':
|
4 |
_cli(prog_name="cli")
|
|
|
1 |
+
from ._cli.main import cli as _cli
|
2 |
|
3 |
if __name__ == '__main__':
|
4 |
_cli(prog_name="cli")
|
requirements.txt
CHANGED
@@ -3,3 +3,5 @@ pandas
|
|
3 |
numpy
|
4 |
scikit_learn >= 1.0.0
|
5 |
julia >= 0.6.0
|
|
|
|
|
|
3 |
numpy
|
4 |
scikit_learn >= 1.0.0
|
5 |
julia >= 0.6.0
|
6 |
+
click==8.1.3
|
7 |
+
setuptools==67.6.1
|