Skip to content

Commit b1fc4f8

Browse files
authored
Merge pull request #42 from jverzani/fix_toml
Fix toml
2 parents a624ea7 + a8c4147 commit b1fc4f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SymPyPythonCall"
22
uuid = "bc8888f7-b21e-4b7c-a06a-5d9c9496438c"
33
authors = ["jverzani <[email protected]> and contributors"]
4-
version = "0.2.2"
4+
version = "0.2.3"
55

66
[deps]
77
CommonEq = "3709ef60-1bee-4518-9f2f-acd86f176c50"
@@ -22,7 +22,7 @@ SymPyPythonCallSymbolicsExt = "Symbolics"
2222
CommonEq = "0.2"
2323
CommonSolve = "0.2"
2424
CondaPkg = "0.2"
25-
LinearAlgebra = "1"
25+
LinearAlgebra = "1.6.1"
2626
PythonCall = "0.9"
2727
SpecialFunctions = "0.8, 0.9, 0.10, 1.0, 2"
2828
Symbolics = "5"

0 commit comments

Comments
 (0)