Skip to content

Commit

Permalink
adding more detail to setup()
Browse files Browse the repository at this point in the history
  • Loading branch information
rfeinman committed Sep 27, 2022
1 parent ed6d29d commit c192e7e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,19 @@
description='Newton and Quasi-Newton optimization with PyTorch',
url='https://pytorch-minimize.readthedocs.io',
author='Reuben Feinman',
author_email='',
author_email='[email protected]',
license='MIT Licence',
packages=['torchmin'],
zip_safe=False,
install_requires=[
'numpy>=1.18.0',
'scipy>=1.6',
'torch>=1.9.0'
],
python_requires=">=3.7",
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
)

0 comments on commit c192e7e

Please sign in to comment.