Skip to content

Commit

Permalink
Revert "updated code for datascience image"
Browse files Browse the repository at this point in the history
This reverts commit 6e22a62.
  • Loading branch information
bhagyashrigai committed Jul 17, 2024
1 parent cf607b2 commit 40d10b7
Show file tree
Hide file tree
Showing 2 changed files with 491 additions and 867 deletions.
11 changes: 1 addition & 10 deletions jupyter/datascience/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,9 @@ url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[[source]]
url = "http://10.20.177.222:9000/"
verify_ssl = false
name = "localpi"

[dev-packages]

[packages]
ray = {version = "2.7.0.*", index="localpi"}
py-spy = {version = "0.3.14.*", index="localpi"}
pyarrow = {version = "15.0.1.dev0+g5ce6ff434.d20240426", index="localpi"}

# Datascience and useful extensions
boto3 = "~=1.34.50"
kafka-python = "~=2.0.2"
Expand All @@ -26,7 +17,7 @@ scikit-learn = "~=1.4.0"
scipy = "~=1.12.0"
skl2onnx = "~=1.16.0"
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
codeflare-sdk = "~=0.16.0"
codeflare-sdk = {version = "~=0.16.0", "markers" = "platform_machine != 'ppc64le'"}

# DB connectors
pymongo = "~=4.6.2"
Expand Down
Loading

0 comments on commit 40d10b7

Please sign in to comment.