Skip to content

Commit

Permalink
Move pandas-profiling>=3.0.0 to requirements.txt (#78)
Browse files Browse the repository at this point in the history
In the previous fix I missed that a `pip install nessiedemo` doesn't
pick up the dependencies from `requirements_dev.txt` and so we're still
ending up with an outdated `pandas-profiling` version.
  • Loading branch information
nastra authored Jun 10, 2021
1 parent 0fd4f89 commit 8f103dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions pydemolib/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
#
PyYAML>=5.4.0
requests>=2.23.0
# this fixes pandas output in Google Colab
pandas-profiling>=3.0.0
2 changes: 0 additions & 2 deletions pydemolib/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ assertpy==1.1
bump2version==1.0.1
build==0.4.0
flake8==3.9.2
# this fixes pandas output in Google Colab
pandas-profiling>=3.0.0
pip==21.1.2
pytest==6.2.4
pytest-forked==1.3.0
Expand Down

0 comments on commit 8f103dc

Please sign in to comment.