Metadata-Version: 2.1
Name: pytorch-sdk
Version: 0.0.1
Author: Anton Gorinenko
Author-email: anton.gorinenko@gmail.com
Keywords: python,pytorch,torch,machine,learning
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: torchaudio
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pylint ; extra == 'test'

