Skip to content

Commit d3a0784

Browse files
committed
add CondaPkg.toml for default env
1 parent 1771d8b commit d3a0784

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CondaPkg.toml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[deps]
2+
python = ">3.8"
3+
matplotlib = ""
4+
5+
[pip.deps]
6+
devito = ">=4.8.11"
7+
pyrevolve = "2.2.4"

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "JUDI"
22
uuid = "f3b833dc-6b2e-5b9c-b940-873ed6319979"
33
authors = ["Philipp Witte, Mathias Louboutin"]
4-
version = "4.0.1"
4+
version = "4.0.2"
55

66
[deps]
77
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"

deps/build.jl

+1-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ end
88
if PythonCall.C.CondaPkg.backend() == :Null
99
pyexe = PythonCall.python_executable_path()
1010
else
11-
@info "Using $(PythonCall.C.CondaPkg.backend()) as the CondaPkg backend"
12-
pyexe = PythonCall.C.CondaPkg.withenv() do
13-
condapy = PythonCall.C.CondaPkg.which("python")
14-
return condapy
15-
end
11+
return
1612
end
1713

1814
pk = try

0 commit comments

Comments
 (0)