mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-21 18:20:01 +02:00
fix: fixed bec_utils dependency
This commit is contained in:
parent
7604797b32
commit
f000f1c87a
@ -6,7 +6,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
current_path = pathlib.Path(__file__).parent.resolve()
|
current_path = pathlib.Path(__file__).parent.resolve()
|
||||||
|
|
||||||
utils = f"{current_path}/../bec_utils/"
|
utils = f"{current_path}/../bec_client_lib/"
|
||||||
bec_client_lib = f"{current_path}/../bec_client_lib/"
|
bec_client_lib = f"{current_path}/../bec_client_lib/"
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
@ -6,7 +6,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
current_path = pathlib.Path(__file__).parent.resolve()
|
current_path = pathlib.Path(__file__).parent.resolve()
|
||||||
|
|
||||||
utils = f"{current_path}/../bec_utils/"
|
utils = f"{current_path}/../bec_client_lib/"
|
||||||
|
|
||||||
ophyd_devices = os.getenv("OPHYD_DEVICES_PATH", f"{current_path}/../../ophyd_devices/")
|
ophyd_devices = os.getenv("OPHYD_DEVICES_PATH", f"{current_path}/../../ophyd_devices/")
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
current_path = pathlib.Path(__file__).parent.resolve()
|
current_path = pathlib.Path(__file__).parent.resolve()
|
||||||
|
|
||||||
utils = f"{current_path}/../bec_utils/"
|
utils = f"{current_path}/../bec_client_lib/"
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
setup(install_requires=["numpy", "h5py", "xmltodict"])
|
setup(install_requires=["numpy", "h5py", "xmltodict"])
|
||||||
|
@ -5,7 +5,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
current_path = pathlib.Path(__file__).parent.resolve()
|
current_path = pathlib.Path(__file__).parent.resolve()
|
||||||
|
|
||||||
utils = f"{current_path}/../bec_utils/"
|
utils = f"{current_path}/../bec_client_lib/"
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
setup(install_requires=["numpy"])
|
setup(install_requires=["numpy"])
|
||||||
|
@ -5,7 +5,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
current_path = pathlib.Path(__file__).parent.resolve()
|
current_path = pathlib.Path(__file__).parent.resolve()
|
||||||
|
|
||||||
utils = f"{current_path}/../bec_utils/"
|
utils = f"{current_path}/../bec_client_lib/"
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
setup(install_requires=["numpy", "cytoolz", "rich", "matplotlib"])
|
setup(install_requires=["numpy", "cytoolz", "rich", "matplotlib"])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user