Skip to content

Commit

Permalink
update native image dependencies (#20989)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilaner authored Oct 16, 2023
1 parent 5956870 commit 5ceacf8
Show file tree
Hide file tree
Showing 6 changed files with 893 additions and 1,091 deletions.
3 changes: 2 additions & 1 deletion docker/py3-native/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM demisto/py3-tools-ubi:1.0.0.77067
FROM demisto/py3-tools-ubi:1.0.0.77443



COPY requirements.txt .
Expand Down
1,743 changes: 824 additions & 919 deletions docker/py3-native/poetry.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docker/py3-native/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ oauthlib = {extras = ["signedtoken"], version = "*"}
requests-ntlm = "*"
oauth2client = "*"
dill = "*"
eli5 = "*"
packaging = "*"
rtfde = "*"
webdriver-manager = "*"
Expand Down
1 change: 0 additions & 1 deletion docker/sklearn/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ numpy = "*"
scikit-learn = "*"
pandas = "*"
nltk = "*"
eli5 = "*"
dill = "*"
beautifulsoup4 = "*"
networkx = "*"
Expand Down
235 changes: 67 additions & 168 deletions docker/sklearn/Pipfile.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docker/sklearn/verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import numpy
import nltk
import dill
import eli5
import networkx
from bs4 import BeautifulSoup

Expand Down

0 comments on commit 5ceacf8

Please sign in to comment.