Skip to content

Commit 1162751

Browse files
author
Bryannah Hernandez
committed
.txt file
1 parent 91a4a9f commit 1162751

File tree

2 files changed

+95
-1
lines changed

2 files changed

+95
-1
lines changed

src/sagemaker/serve/utils/conda_in_process.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,3 @@ dependencies:
111111
- urllib3>=1.26.15
112112
- validators>=0.20.0
113113
- zipp>=3.15.0
114-
- random2
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
bzip2=1.0.8
2+
ca-certificates=2023.01.10
3+
libffi=3.4.2
4+
ncurses=6.4
5+
openssl=1.1.1t
6+
pip=23.0.1
7+
python=3.10.10
8+
readline=8.2
9+
setuptools=66.0.0
10+
sqlite=3.41.2
11+
tk=8.6.12
12+
wheel=0.38.4
13+
xz=5.2.10
14+
zlib=1.2.13
15+
altair>=4.2.2
16+
anyio>=3.6.2
17+
awscli>=1.27.114
18+
blinker>=1.6.2
19+
botocore>=1.29.114
20+
cachetools>=5.3.0
21+
certifi==2022.12.7
22+
harset-normalizer>=3.1.0
23+
click>=8.1.3
24+
cloudpickle>=2.2.1
25+
colorama>=0.4.4
26+
contextlib2>=21.6.0
27+
decorator>=5.1.1
28+
dill>=0.3.6
29+
docutils>=0.16
30+
entrypoints>=0.4
31+
filelock>=3.11.0
32+
gitdb>=4.0.10
33+
gitpython>=3.1.31
34+
gunicorn>=20.1.0
35+
h11>=0.14.0
36+
huggingface-hub>=0.13.4
37+
idna>=3.4
38+
importlib-metadata>=4.13.0
39+
jinja2>=3.1.2
40+
jmespath>=1.0.1
41+
jsonschema>=4.17.3
42+
markdown-it-py>=2.2.0
43+
markupsafe>=2.1.2
44+
mdurl>=0.1.2
45+
mpmath>=1.3.0
46+
multiprocess>=0.70.14
47+
networkx>=3.1
48+
packaging>=23.1
49+
pandas>=1.5.3
50+
pathos>=0.3.0
51+
pillow>=9.5.0
52+
platformdirs>=3.2.0
53+
pox>=0.3.2
54+
ppft>=1.7.6.6
55+
protobuf>=3.20.3
56+
protobuf3-to-dict>=0.1.5
57+
pyarrow>=11.0.0
58+
pyasn1>=0.4.8
59+
pydantic>=1.10.7
60+
pydeck>=0.8.1b0
61+
pygments>=2.15.1
62+
pympler>=1.0.1
63+
pyrsistent>=0.19.3
64+
python-dateutil>=2.8.2
65+
pytz>=2023.3
66+
pytz-deprecation-shim>=0.1.0.post0
67+
pyyaml>=5.4.1
68+
regex>=2023.3.23
69+
requests>=2.28.2
70+
rich>=13.3.4
71+
rsa>=4.7.2
72+
s3transfer>=0.6.0
73+
sagemaker>=2.148.0
74+
schema>=0.7.5
75+
six>=1.16.0
76+
smdebug-rulesconfig>=1.0.1
77+
smmap==5.0.0
78+
sniffio>=1.3.0
79+
starlette>=0.26.1
80+
streamlit>=1.21.0
81+
sympy>=1.11.1
82+
tblib>=1.7.0
83+
tokenizers>=0.13.3
84+
toml>=0.10.2
85+
toolz>=0.12.0
86+
torch>=2.0.0
87+
tornado>=6.3
88+
tqdm>=4.65.0
89+
transformers>=4.28.1
90+
typing-extensions>=4.5.0
91+
tzdata>=2023.3
92+
tzlocal>=4.3
93+
urllib3>=1.26.15
94+
validators>=0.20.0
95+
zipp>=3.15.0

0 commit comments

Comments
 (0)