forked from fmind/mlops-python-package
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpython_env.yaml
More file actions
93 lines (93 loc) · 2.51 KB
/
python_env.yaml
File metadata and controls
93 lines (93 loc) · 2.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"python": "3.12",
"dependencies": [
"alembic==1.13.2",
"aniso8601==9.0.1",
"annotated-types==0.7.0",
"antlr4-python3-runtime==4.9.3",
"blinker==1.8.2",
"cachetools==5.4.0",
"certifi==2024.7.4",
"charset-normalizer==3.3.2",
"click==8.1.7",
"cloudpickle==3.0.0",
"colorama==0.4.6",
"contourpy==1.2.1",
"cycler==0.12.1",
"deprecated==1.2.14",
"docker==7.1.0",
"entrypoints==0.4",
"flask==3.0.3",
"fonttools==4.53.1",
"gitdb==4.0.11",
"gitpython==3.1.43",
"graphene==3.3",
"graphql-core==3.2.3",
"graphql-relay==3.2.0",
"greenlet==3.0.3",
"gunicorn==22.0.0",
"idna==3.7",
"importlib-metadata==7.2.1",
"itsdangerous==2.2.0",
"jinja2==3.1.4",
"joblib==1.4.2",
"kiwisolver==1.4.5",
"llvmlite==0.43.0",
"loguru==0.7.2",
"mako==1.3.5",
"markdown==3.6",
"markupsafe==2.1.5",
"matplotlib==3.9.1",
"mlflow==2.14.3",
"multimethod==1.10",
"mypy-extensions==1.0.0",
"numba==0.60.0",
"numpy==1.26.4",
"omegaconf==2.3.0",
"opentelemetry-api==1.26.0",
"opentelemetry-sdk==1.26.0",
"opentelemetry-semantic-conventions==0.47b0",
"packaging==24.1",
"pandas==2.2.2",
"pandera==0.20.3",
"pillow==10.4.0",
"plotly==5.23.0",
"plyer==2.1.0",
"protobuf==4.25.4",
"psutil==6.0.0",
"pyarrow==15.0.2",
"pydantic-core==2.20.1",
"pydantic-settings==2.3.4",
"pydantic==2.8.2",
"pynvml==11.5.3",
"pyparsing==3.1.2",
"python-dateutil==2.9.0.post0",
"python-dotenv==1.0.1",
"pytz==2024.1",
"pyyaml==6.0.1",
"querystring-parser==1.2.4",
"requests==2.32.3",
"scikit-learn==1.4.2",
"scipy==1.14.0",
"setuptools==71.1.0",
"shap==0.46.0",
"six==1.16.0",
"slicer==0.0.8",
"smmap==5.0.1",
"sqlalchemy==2.0.31",
"sqlparse==0.5.1",
"tenacity==8.5.0",
"threadpoolctl==3.5.0",
"tqdm==4.66.4",
"typeguard==4.3.0",
"typing-extensions==4.12.2",
"typing-inspect==0.9.0",
"tzdata==2024.1",
"urllib3==2.2.2",
"waitress==3.0.0",
"werkzeug==3.0.3",
"win32-setctime==1.1.0",
"wrapt==1.16.0",
"zipp==3.19.2"
]
}