General improvements

This commit is contained in:
Conner Fromknecht
2017-07-01 18:26:57 -07:00
parent db9ab0075b
commit 2d26758fba
16 changed files with 291 additions and 40 deletions
+3 -2
View File
@@ -162,7 +162,8 @@ def _filter_requirements(lines_iter, filter_names=None,
REQ_UPPER_BOUNDS = {
'bcolz': '<1',
'pandas': '<0.19',
'pandas': '<0.20',
'empyrical': '<0.2.2',
}
@@ -278,7 +279,7 @@ conditional_arguments = {
}
setup(
name='catalyst',
name='catalyst-hf',
url='https://enigma.co',
version=versioneer.get_version(),
cmdclass=LazyBuildExtCommandClass(versioneer.get_cmdclass()),