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