We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a392953 commit edf91e1Copy full SHA for edf91e1
2 files changed
.circleci/config.yml
@@ -97,7 +97,7 @@ workflows:
97
mapping: |
98
web/client/.* client true
99
(sqlmesh|tests|examples|web/server)/.* python true
100
- pytest.ini|setup.cfg|setup.py python true
+ pytest.ini|setup.cfg|setup.py|pyproject.toml python true
101
\.circleci/.*|Makefile|\.pre-commit-config\.yaml common true
102
vscode/extensions/.* vscode true
103
tag: "3.9"
pyproject.toml
@@ -16,6 +16,7 @@ dependencies = [
16
"importlib-metadata; python_version<'3.12'",
17
"ipywidgets",
18
"jinja2",
19
+ "packaging",
20
"pandas",
21
"pydantic>=2.0.0",
22
"requests",
0 commit comments