Skip to content

Commit

Permalink
Azure Remote Rendering: Fix dependencies (#33883)
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Manthei <[email protected]>
  • Loading branch information
ChristopherManthei and Christopher Manthei authored Jan 18, 2024
1 parent 9dac56c commit 3dc8333
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
python_requires=">=3.7",
install_requires=[
'azure-core<2.0.0,>=1.6.0',
'azure-core<2.0.0,>=1.26.0',
'azure-mixedreality-authentication>=1.0.0b1',
'msrest>=0.6.21'
],
Expand Down

0 comments on commit 3dc8333

Please sign in to comment.