Skip to content

Commit da8fb5a

Browse files
committed
Formatting
1 parent 54f95f3 commit da8fb5a

File tree

3 files changed

+212
-212
lines changed

3 files changed

+212
-212
lines changed

deps/build.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
using PyCall
22
using Conda
33
packages = Conda._installed_packages()
4-
if !("rmg" in packages) && !("rmgmolecule" in packages) && (PyCall.pyversion.major != 3 || !(PyCall.pyversion.minor in [7,8,9]))
4+
if !("rmg" in packages) && !("rmgmolecule" in packages) && (PyCall.pyversion.major != 3 || !(PyCall.pyversion.minor in [7, 8, 9]))
55
const Pkg = Base.require(Base.PkgId(Base.UUID("44cfe95a-1eb2-52ea-b672-e2afdf69b78f"), "Pkg"))
66
Conda.add("python=3.8")
77
try
88
Conda.rm("numpy") #get around MKL problem
9-
catch e
9+
catch e
1010
end
1111
Conda.add("nomkl")
1212
Conda.add("numpy")

0 commit comments

Comments
 (0)