mirror of https://github.com/kubeflow/examples.git
Update setup.py to point to the new requirement file (#371)
This commit is contained in:
parent
6fcb28bc26
commit
c0345dec90
|
|
@ -5,7 +5,7 @@ from setuptools import setup, find_packages, Command as SetupToolsCommand
|
||||||
|
|
||||||
VERSION = '0.1.dev0'
|
VERSION = '0.1.dev0'
|
||||||
|
|
||||||
with open('requirements.txt', 'r') as f:
|
with open('requirements.dataflow.txt', 'r') as f:
|
||||||
install_requires = f.readlines()
|
install_requires = f.readlines()
|
||||||
|
|
||||||
CUSTOM_COMMANDS = [
|
CUSTOM_COMMANDS = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue