Skip to content

Commit

Permalink
Update minor things
Browse files Browse the repository at this point in the history
  • Loading branch information
jungtaekkim committed Apr 12, 2021
1 parent 57dcfd9 commit 4f58d5d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ dmypy.json
.pyre/

# Jungtaek
*.swp
.DS_Store
__MACOSX/
*.swp
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include LICENSE
include requirements.txt
include LICENSE
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Benchmarks for Bayesian optimization.
The details of benchmark functions can be found in [these notes](http://jungtaek.github.io/notes/benchmarks_bo.pdf).

## Installation
We recommend installed it with `virtualenv`.
We recommend installing it with `virtualenv`.
You can choose one of three installation options.

* Using PyPI repository (for user installation)
Expand Down
2 changes: 1 addition & 1 deletion create_wheels_source.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Install setuptools wheel first.
# Install setuptools wheel first, then command it.
python2 setup.py sdist bdist_wheel
python3 setup.py sdist bdist_wheel

Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pytest
matplotlib

0 comments on commit 4f58d5d

Please sign in to comment.