Spaces:
Sleeping
Sleeping
Remove unused juliapkg
Browse files- pysr/julia_helpers.py +0 -1
- requirements.txt +0 -1
pysr/julia_helpers.py
CHANGED
|
@@ -31,7 +31,6 @@ for k, default in (
|
|
| 31 |
os.environ[k] = os.environ.get(k, default)
|
| 32 |
|
| 33 |
|
| 34 |
-
import juliapkg
|
| 35 |
from juliacall import Main as jl
|
| 36 |
from juliacall import convert as jl_convert
|
| 37 |
|
|
|
|
| 31 |
os.environ[k] = os.environ.get(k, default)
|
| 32 |
|
| 33 |
|
|
|
|
| 34 |
from juliacall import Main as jl
|
| 35 |
from juliacall import convert as jl_convert
|
| 36 |
|
requirements.txt
CHANGED
|
@@ -3,7 +3,6 @@ pandas>=0.21.0,<3.0.0
|
|
| 3 |
numpy>=1.13.0,<2.0.0
|
| 4 |
scikit_learn>=1.0.0,<2.0.0
|
| 5 |
juliacall>=0.9.15,<0.10.0
|
| 6 |
-
juliapkg>=0.1.10,<0.2.0
|
| 7 |
click>=7.0.0,<9.0.0
|
| 8 |
setuptools>=50.0.0
|
| 9 |
typing_extensions>=4.0.0,<5.0.0; python_version < "3.8"
|
|
|
|
| 3 |
numpy>=1.13.0,<2.0.0
|
| 4 |
scikit_learn>=1.0.0,<2.0.0
|
| 5 |
juliacall>=0.9.15,<0.10.0
|
|
|
|
| 6 |
click>=7.0.0,<9.0.0
|
| 7 |
setuptools>=50.0.0
|
| 8 |
typing_extensions>=4.0.0,<5.0.0; python_version < "3.8"
|