We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf085e commit af67b4eCopy full SHA for af67b4e
Project.toml
@@ -1,7 +1,7 @@
1
name = "CatBoost"
2
uuid = "e2e10f9a-a85d-4fa9-b6b2-639a32100a12"
3
authors = ["Beacon Biosignals, Inc."]
4
-version = "0.1.1"
+version = "0.1.2"
5
6
[deps]
7
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
src/CatBoost.jl
@@ -49,7 +49,7 @@ function __init__()
49
Python Dependencies not installed
50
Please either:
51
- Rebuild PyCall to use Conda, by running in the julia REPL:
52
- - `ENV[PYTHON]=""; Pkg.build("PyCall"); Pkg.build("CatBoost")`
+ - `ENV["PYTHON"]=""; Pkg.build("PyCall"); Pkg.build("CatBoost")`
53
- Or install the depencences, eg by running pip
54
- `pip install catboost pandas`
55
""")
0 commit comments