Skip to content

Commit

Permalink
Add multi-dimensional shape_by_conn support
Browse files Browse the repository at this point in the history
  • Loading branch information
dingraha committed Mar 17, 2023
1 parent 7872313 commit 25cac40
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion julia/OpenMDAO.jl/CondaPkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ openmdao = ""

[pip.deps]
juliapkg = ""
omjlcomps = "@./../../python/"
omjlcomps = ""
# omjlcomps = "@./../../python/"
9 changes: 8 additions & 1 deletion python/omjlcomps/juliapkg.json
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
{"packages": {"OpenMDAOCore": {"uuid": "24d19c10-6eee-420f-95df-4537264b2753", "version": "0.2.10"}, "LinearAlgebra": {"uuid": "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"}, "PythonCall": {"uuid": "6099a3de-0909-46bc-b1f4-468b9a2dfc0d", "version": "0.9.0"}}}
{"packages": {
"OpenMDAOCore": {
"uuid": "24d19c10-6eee-420f-95df-4537264b2753",
"version": "0.2.10"},
"LinearAlgebra": {
"uuid": "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"},
"PythonCall": {
"uuid": "6099a3de-0909-46bc-b1f4-468b9a2dfc0d", "version": "0.9.0"}}}

0 comments on commit 25cac40

Please sign in to comment.