Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -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', Loading Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -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', Loading