Commit d3a0784 1 parent 1771d8b commit d3a0784 Copy full SHA for d3a0784
File tree 3 files changed +9
-6
lines changed
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change
1
+ [deps ]
2
+ python = " >3.8"
3
+ matplotlib = " "
4
+
5
+ [pip .deps ]
6
+ devito = " >=4.8.11"
7
+ pyrevolve = " 2.2.4"
Original file line number Diff line number Diff line change 1
1
name = " JUDI"
2
2
uuid = " f3b833dc-6b2e-5b9c-b940-873ed6319979"
3
3
authors = [" Philipp Witte, Mathias Louboutin" ]
4
- version = " 4.0.1 "
4
+ version = " 4.0.2 "
5
5
6
6
[deps ]
7
7
ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Original file line number Diff line number Diff line change 8
8
if PythonCall. C. CondaPkg. backend () == :Null
9
9
pyexe = PythonCall. python_executable_path ()
10
10
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
16
12
end
17
13
18
14
pk = try
You can’t perform that action at this time.
0 commit comments