Skip to content

Commit

Permalink
Merge pull request #82 from UBC-MDS/test_pypi
Browse files Browse the repository at this point in the history
use a fixed version of IPython
  • Loading branch information
v5y8 authored Mar 13, 2020
2 parents e56f119 + c580bbe commit cf32299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pip install -i https://test.pypi.org/simple/ eda_analysis
- pandas = ^1.0.1
- numpy = ^1.18.1
- altair = ^3.2.0
- IPython = ^7.13.0
- IPython = 7.13.0

### Usage

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ python = "^3.7"
pandas = "^1.0.1"
numpy = "^1.18.1"
altair = "^3.2.0"
IPython = "^7.13.0"
IPython = "7.13.0"

[tool.poetry.dev-dependencies]
pytest-cov = "^2.8.1"
Expand Down

0 comments on commit cf32299

Please sign in to comment.