Skip to content

Commit

Permalink
add missing dependencies for circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 27, 2018
1 parent fe9c490 commit 003f157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -26,6 +26,7 @@ jobs:
command: |
sudo apt-get install -y texlive
sudo apt-get install -y texlive-latex-extra
sudo apt-get install -y dvipng
- run:
name: Install 7z, unrar
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -174,8 +174,7 @@ def write_version():
packages=packages,
package_dir=package_dir,
package_data=package_data,
# data_files=data_files,
setup_requires=["pyquickhelper"],
install_requires=['scikit-learn', 'pandas',
'matplotlib', 'pandas_streaming'],
# include_package_data=True,
)

0 comments on commit 003f157

Please sign in to comment.