Commit 82e770f5 authored by Ibrahim's avatar Ibrahim
Browse files

setup.py: Added dependencies

parent 02b29d01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ setup(name='commonml',
      author_email='ibrahim.ahmed@vanderbilt.edu',
      url='https://git.isis.vanderbilt.edu/ahmedi/CommonML',
      packages=['commonml'],
      install_requires=['numpy', 'torch', 'higher', 'tqdm'],
      install_requires=['numpy', 'torch', 'higher', 'tqdm', 'scikit-learn', 'gym', 'tslearn'],
      classifiers=[
          'Development Status :: 3 - Alpha',
          'Programming Language :: Python :: 3.6',