Skip to content

Commit 631b832

Browse files
author
by256
committed
add install_requires to setup
1 parent 1b096b0 commit 631b832

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
author_email='by256@cam.ac.uk',
1414
url='https://github.com/by256/rdfpy',
1515
packages=setuptools.find_packages(),
16+
install_requires=['scipy', 'numpy', 'matplotlib'],
1617
license='MIT',
1718
classifiers=[
1819
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)