Skip to content

Commit

Permalink
Feat/omniverse (#356)
Browse files Browse the repository at this point in the history
Co-authored-by: Mario Ostieri <[email protected]>
  • Loading branch information
randallfrank and mariostieriansys authored Mar 13, 2024
1 parent 8322958 commit 6096362
Show file tree
Hide file tree
Showing 10 changed files with 2,007 additions and 414 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ dependencies = [
"urllib3<2",
"numpy>=1.21.0,<2",
"Pillow>=9.3.0",
"pypng>=0.0.20",
"psutil>=5.9.2"
]

[project.optional-dependencies]
Expand Down Expand Up @@ -82,7 +84,8 @@ name = "ansys.pyensight.core"
branch = true
omit = [
"*/locallauncher.py",
"*/adr.py"
"*/adr.py",
"*/omniverse*.py"
]

[tool.coverage.report]
Expand Down
Loading

0 comments on commit 6096362

Please sign in to comment.