File tree Expand file tree Collapse file tree 7 files changed +7
-6
lines changed
examples/example_python_package_openmdao_jl
example_python_package_openmdao_jl/julia/JuliaParaboloidComponent Expand file tree Collapse file tree 7 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ SparseMatrixColorings = "0a514795-09f3-496d-8182-132a7b665d35"
1212
1313[compat ]
1414Documenter = " 0.27.24"
15+ OpenMDAOCore = " 0.3.2"
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ SparseMatrixColorings = "0a514795-09f3-496d-8182-132a7b665d35"
1414ADTypes = " 1.14.0"
1515ComponentArrays = " 0.15.27"
1616ForwardDiff = " 1.0.1"
17- OpenMDAOCore = " 0.4.0 "
17+ OpenMDAOCore = " 0.3.2 "
1818SparseMatrixColorings = " 0.4.19"
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ dependencies = [
77 " openmdao~=3.26" ,
88 " juliapkg~=0.1.10" ,
99 " juliacall~=0.9.13" ,
10- " omjlcomps>=0.3.0 " ,
10+ " omjlcomps>=0.2.5 " ,
1111]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
1212
1313[compat ]
1414CondaPkg = " 0.2.17"
15- OpenMDAOCore = " 0.4.0 "
15+ OpenMDAOCore = " 0.3.1 "
1616Pkg = " 1.11.0"
1717PreferenceTools = " 0.1.2"
1818PythonCall = " 0.9.12"
Original file line number Diff line number Diff line change 11name = " OpenMDAOCore"
22uuid = " 24d19c10-6eee-420f-95df-4537264b2753"
33authors = [" Daniel Ingraham <d.j.ingraham@gmail.com>" ]
4- version = " 0.4.0 "
4+ version = " 0.3.2 "
55
66[deps ]
77ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
Original file line number Diff line number Diff line change 11{"packages" : {
22 "OpenMDAOCore" : {
33 "uuid" : " 24d19c10-6eee-420f-95df-4537264b2753" ,
4- "version" : " 0.4.0 " },
4+ "version" : " 0.3.2 " },
55 "LinearAlgebra" : {
66 "uuid" : " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e" },
77 "PythonCall" : {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = "Create OpenMDAO Components using the Julia programming language"
44readme = " README.md"
55keywords = [" openmdao_component" ]
66license = {text = " MIT" }
7- version = " 0.3.0 "
7+ version = " 0.2.5 "
88
99dependencies = [
1010 " openmdao~=3.36" ,
You can’t perform that action at this time.
0 commit comments