mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-04 12:45:06 +08:00
General improvements
This commit is contained in:
@@ -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()),
|
||||
|
||||
Reference in New Issue
Block a user