Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit aaa501d

Browse files
Update build.jl
1 parent 8177bc4 commit aaa501d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/build.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if PyCall.conda
1313
end
1414
else
1515
try
16-
pyimport("pydstool")
16+
pyimport("PyDSTool")
1717
catch ee
1818
typeof(ee) <: PyCall.PyError || rethrow(ee)
1919
warn("""

0 commit comments

Comments
 (0)