Skip to content

Commit 38e7d95

Browse files
authored
Merge pull request #57 from UBC-MDS/imputer
move altair to dev dependencies
2 parents d9a8e17 + 3d71f55 commit 38e7d95

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ license = "MIT"
77

88
[tool.poetry.dependencies]
99
python = "^3.8"
10-
pandas = "*"
11-
altair = "*"
1210

1311
[tool.poetry.dev-dependencies]
1412
Sphinx = "^3.5.1"
@@ -18,6 +16,8 @@ pytest-cov = "^2.11.1"
1816
python-semantic-release = "^7.15.0"
1917
nbsphinx = "^0.8.2"
2018
ipykernel = "^5.5.0"
19+
altair = "^4.1.0"
20+
pandas = "^1.2.3"
2121

2222
[build-system]
2323
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)