Commit b0ef8f88 authored by vertighel's avatar vertighel
Browse files

commented atiksdk in pyproject toml (no atiksdk in dist-info in wheel)

parent 44d728ee
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ dependencies = [
    # "Fourth" party :)
    "PIPython", # for PI - Physik Instrumente controllers
    "vmbpy @ file:lib/vmbpy-1.2.1-py3-none-manylinux_2_27_x86_64.whl",
    "AtikSDK @ file:lib/Atik_Python_SDK-1.5.1-py3-none-any.whl", # used by devices/atik2.py, still requires libatikcameras.so on the system
    #     "AtikSDK @ file:lib/atik_Python_SDK-1.5.1-py3-none-any.whl", # used by devices/atik2.py, still requires libatikcameras.so on the system
]

[project.urls]