Skip to content

Commit

Permalink
chore: update deadline-cloud dependency 0.44.0
Browse files Browse the repository at this point in the history
Signed-off-by: Marshall Jackson <[email protected]>
  • Loading branch information
amarsjac committed Mar 23, 2024
1 parent d3f9e1d commit 3644a90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ license = ""
requires-python = ">=3.7"

dependencies = [
"deadline == 0.41.*",
"openjd-adaptor-runtime == 0.5.*",
"deadline == 0.44.*",
"openjd-adaptor-runtime == 0.6.*",
]

[project.scripts]
Expand Down
4 changes: 4 additions & 0 deletions test/deadline_submitter_for_maya/unit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"PySide2.QtGui",
"PySide2.QtWidgets",
"mtoa.core",
"qtpy",
"qtpy.QtCore",
"qtpy.QtWidgets",
"qtpy.QtGui",
"deadline.maya_submitter.ui.render_submitter",
]

Expand Down

0 comments on commit 3644a90

Please sign in to comment.