Skip to content

Commit af67b4e

Browse files
authored
Add missing quotation marks in Python Dependencies warning (#10)
* Add missing quotes for PYTHON in warning * Bump version
1 parent cbf085e commit af67b4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CatBoost"
22
uuid = "e2e10f9a-a85d-4fa9-b6b2-639a32100a12"
33
authors = ["Beacon Biosignals, Inc."]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

66
[deps]
77
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"

src/CatBoost.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function __init__()
4949
Python Dependencies not installed
5050
Please either:
5151
- Rebuild PyCall to use Conda, by running in the julia REPL:
52-
- `ENV[PYTHON]=""; Pkg.build("PyCall"); Pkg.build("CatBoost")`
52+
- `ENV["PYTHON"]=""; Pkg.build("PyCall"); Pkg.build("CatBoost")`
5353
- Or install the depencences, eg by running pip
5454
- `pip install catboost pandas`
5555
""")

0 commit comments

Comments
 (0)