Skip to content

Commit

Permalink
Merge pull request #4 from neuralmagic/add-click
Browse files Browse the repository at this point in the history
add small fixes
  • Loading branch information
markurtz authored Jul 3, 2024
2 parents 2287517 + 6f035aa commit 8afa579
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ style:
isort src tests
flake8 src tests --max-line-length 88

# test:
# pytest tests
test:
python -m pytest -s -vvv --cache-clear tests/

build:
python setup.py sdist bdist_wheel
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def _setup_long_description() -> Tuple[str, str]:
package_dir={'': 'src'},
include_package_data=True,
install_requires=[
'click',
'datasets',
'loguru',
'numpy',
Expand Down

0 comments on commit 8afa579

Please sign in to comment.