Skip to content

Commit 9130a0b

Browse files
snowflake-provisionerSnowflake Authors
andauthored
Update OSS repo (#56)
Co-authored-by: Snowflake Authors <[email protected]>
1 parent 7ee2621 commit 9130a0b

File tree

6 files changed

+375
-146
lines changed

6 files changed

+375
-146
lines changed

requirements.txt

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# DO NOT EDIT!
2+
# Generate by running 'bazel run --config=pre_build //bazel/requirements:sync_requirements'
3+
4+
absl-py==1.3.0
5+
accelerate==0.22.0
6+
anyio==3.5.0
7+
boto3==1.24.28
8+
cachetools==4.2.2
9+
cloudpickle==2.0.0
10+
coverage==6.3.2
11+
cryptography==39.0.1
12+
flask-cors==3.0.10
13+
flask==2.1.3
14+
fsspec[http]==2023.3.0
15+
httpx==0.23.0
16+
inflection==0.5.1
17+
joblib==1.1.1
18+
jsonschema==3.2.0
19+
lightgbm==3.3.5
20+
mlflow==2.3.1
21+
moto==4.0.11
22+
mypy==1.5.1
23+
networkx==2.8.4
24+
numpy==1.24.3
25+
packaging==23.0
26+
pandas==1.5.3
27+
protobuf==3.20.3
28+
pytest==7.4.0
29+
pytimeparse==1.1.8
30+
pyyaml==6.0
31+
ruamel.yaml==0.17.21
32+
s3fs==2023.3.0
33+
scikit-learn==1.3.0
34+
scipy==1.9.3
35+
sentencepiece==0.1.99
36+
shap==0.42.1
37+
snowflake-connector-python[pandas]==3.2.0
38+
snowflake-snowpark-python==1.6.1
39+
sphinx==5.0.2
40+
sqlparse==0.4.4
41+
starlette==0.27.0
42+
tensorflow==2.13.1
43+
tokenizers==0.13.2
44+
torch==2.0.1
45+
torchdata==0.6.1
46+
transformers==4.32.1
47+
types-PyYAML==6.0.12
48+
types-cachetools==4.2.2
49+
types-protobuf==4.23.0.1
50+
types-requests==2.30.0.0
51+
typing-extensions==4.5.0
52+
xgboost==1.7.3

0 commit comments

Comments
 (0)