forked from flyteorg/flyte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
monodocs-environment.yaml
84 lines (81 loc) · 2.36 KB
/
monodocs-environment.yaml
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
name: monodocs-env
channels:
- conda-forge
dependencies:
- python=3.9
- pip
- codespell
- furo
- flytekit>=1.10.2
- gitpython
- ipython!=8.7.0
- graphviz
- jupytext
- myst-nb
- psycopg2-binary
- recommonmark
- sphinx
- sphinx-prompt
- sphinx-click
- sphinx-autoapi
- sphinx-copybutton
- sphinx-issues
- sphinx_fontawesome
- sphinx-design
- sphinx-reredirects
- sphinxcontrib-mermaid
- sphinxcontrib-youtube
- sphinx-tabs
- sphinx-tags==0.2.1
# Packages for Plugin docs
# Package name Plugin needing it
- botocore # fsspec
- fsspec # fsspec
- google-cloud-bigquery # bigquery
- markdown # deck
- plotly # deck
- great-expectations # greatexpectations
- datasets # huggingface
- kubernetes # k8s-pod
- python-kubernetes # k8s-pod
- modin # modin
- pandera # pandera
- pydantic # vaex, pydantic
- papermill # papermill
- jupyter # papermill
- polars # polars
- pyspark # spark
- sqlalchemy # sqlalchemy
- pytorch # pytorch
- skl2onnx # onnxscikitlearn
- numpy==1.23.5 # onnxtensorflow numpy.bool warning
- tf2onnx # onnxtensorflow
- tensorflow>=2.13.0 # onnxtensorflow
- scikit-learn # scikit-learn
- dask[distributed] # dask
- mlflow>=2.10.0 # mlflow
- snowflake-connector-python # snowflake
- vaex-core # vaex
- openai # chatgpt
- pip:
- readthedocs-sphinx-ext
- sphinx-code-include
- sphinxext-remoteliteralinclude
- sphinx_markdown_tables
- sphinxcontrib-video
- flytekitplugins-deck-standard
- flytekitplugins-kfpytorch
- flytekitplugins-sqlalchemy
- dolt_integrations
- modin
- google-cloud
- ydata_profiling
- whylogs==1.3.3 # whylogs
- whylabs-client # whylogs
- ray==2.6.3
- duckdb
- aioboto3>=12.3.0 # aws sagemaker inference
- databricks-cli # mlflow
platforms:
- linux-64
- osx-arm64