Skip to content
Snippets Groups Projects
Commit f8e3beb5 authored by M. François's avatar M. François
Browse files

again

parent 17d8e508
Branches
Tags
No related merge requests found
from setuptools import setup, find_packages
setup(
name='neural_filters',
name='neural-filters',
version='0.2',
description='Linear filters for neural networks in pyTorch',
author='Idiap research institute - Francois Marelli',
......@@ -13,7 +13,7 @@ setup(
'License :: OSI Approved :: GNU GPL v3',
'Programming Language :: Python :: 3.6',
],
packages=find_packages('neural_filters'),
packages=['neural_filters'],
install_requires=[
'torch>=0.4.0',
'numpy',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment