Skip to content

Commit 7611efd

Browse files
authored
Merge pull request #465 from harshad16/fix-runtime-pytorch
Fix runtime PyTorch with python 3.8
2 parents 7ed68f3 + 49b7646 commit 7611efd

File tree

2 files changed

+73
-79
lines changed

2 files changed

+73
-79
lines changed

runtimes/pytorch/ubi8-python-3.8/Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ scikit-learn = "~=1.3.2"
2626
scipy = "~=1.10.1"
2727
skl2onnx = "~=1.16.0"
2828
codeflare-sdk = "~=0.14.1"
29+
networkx = "~=3.1.0" # Cap the version to 3.1.0 to avoid breaking changes in the future
2930

3031
# DB connectors
3132
pymongo = "~=4.6.2"

runtimes/pytorch/ubi8-python-3.8/Pipfile.lock

Lines changed: 72 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)