first commit

This commit is contained in:
g-benton
2022-06-14 16:18:08 -07:00
parent f293a6c489
commit a62879ada8
160 changed files with 1847 additions and 792701 deletions
+2 -2
View File
@@ -9,12 +9,12 @@ setup(
author='Greg Benton',
author_email='greg.w.benton@gmail.com',
url='https://github.com/g-benton/voltron',
license='MPL-2.0',
license='Apache-2.0',
packages=['voltron'],
install_requires=[
'matplotlib>=3.0.3',
'setuptools>=41.0.0',
'torch>=1.5.1',
'torch>=1.11.0',
'numpy>=1.16.2',
'gpytorch>=1.0.1',
],