Skip to content

Commit d3085e3

Browse files
authored
Merge pull request #362 from VectorInstitute/sa/centeralized_training_tabular
Centralized training of tabular data
2 parents 6a50f76 + a0188b2 commit d3085e3

File tree

6 files changed

+2287
-17
lines changed

6 files changed

+2287
-17
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ repos:
4545
- id: nbqa-check-ast
4646
- id: nbqa-flake8
4747
- id: nbqa-mypy
48+
args: ["--ignore-missing-imports"]
4849

4950
- repo: local
5051
hooks:

poetry.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,12 @@ sphinx-design = "^0.6.1"
121121
sphinxcontrib-apidoc = "^0.5.0"
122122
sphinx-autobuild = "^2024.10.3"
123123

124+
125+
[tool.poetry.group.bootcamp.dependencies]
126+
dm-tree = "^0.1.9"
127+
cmake = "^3.31.6"
128+
matplotlib = "^3.10.1"
129+
124130
[build-system]
125131
requires = ["poetry-core"]
126132
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)