Skip to content

Commit

Permalink
Merge pull request #57 from UBC-MDS/imputer
Browse files Browse the repository at this point in the history
move altair to dev dependencies
  • Loading branch information
chuangw6 authored Mar 17, 2021
2 parents d9a8e17 + 3d71f55 commit 38e7d95
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.8"
pandas = "*"
altair = "*"

[tool.poetry.dev-dependencies]
Sphinx = "^3.5.1"
Expand All @@ -18,6 +16,8 @@ pytest-cov = "^2.11.1"
python-semantic-release = "^7.15.0"
nbsphinx = "^0.8.2"
ipykernel = "^5.5.0"
altair = "^4.1.0"
pandas = "^1.2.3"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 38e7d95

Please sign in to comment.