Skip to content

Commit

Permalink
remove \n and example_require
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayaka Tanabe committed Sep 14, 2019
1 parent f0c0502 commit 63bb758
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ jobs:
command: |
. venv/bin/activate
pip install $(ls dist/*.tar.gz)[example]
- run: &examples
name: examples
command: |
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,5 @@ def find_any_distribution(pkgs):
},
install_requires=get_install_requires(),
tests_require=get_extras_require()['testing'],
examples_require=get_extras_require()['example'],
extras_require=get_extras_require(),
entry_points={'console_scripts': ['optuna = optuna.cli:main']})

0 comments on commit 63bb758

Please sign in to comment.