Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions requirements/runtime.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
click
cryptography
cython
librosa
line_profiler
matplotlib
numpy
opencv-python-headless
Pillow
pooch
pyastar2d @ git+https://github.com/bluemellophone/batbot-pyastar2d@master
rich
scikit-image
shapely
sphinx-click
tqdm
9 changes: 2 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,30 @@ description = Machine Learning app for the Kitware BatAI Project
version = attr: batbot.VERSION
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://github.com/Kitware
url = https://github.com/Kitware/batbot
author = Kitware
author_email = vision@kitware.com
license = MIT
license_file = LICENSE
project_urls =
Documentation = https://batbot.readthedocs.io
Source = https://github.com/Kitware
Source = https://github.com/Kitware/batbot

[options]
packages = find:
platforms = any
include_package_data = true
install_requires =
click
cryptography
cython
librosa
line_profiler
matplotlib
numpy
opencv-python-headless
Pillow
pooch
pyastar2d @ git+https://github.com/bluemellophone/batbot-pyastar2d@master
rich
scikit-image
shapely
sphinx-click
tqdm
python_requires = >=3.7

Expand Down
Loading