diff --git a/pyproject.toml b/pyproject.toml index 1f75757b..a01b0842 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,27 +27,27 @@ dynamic = ["version"] requires-python = ">=3.11" dependencies = [ "setuptools >= 42", - "pydantic==2.11.4", + "pydantic==2.13.4", "coloredlogs >= 15", "colour-science >= 0.3", "dataclasses-json >= 0.5", "h5py >= 2.10", - "pyvisa-py==0.4.1", + "pyvisa-py==0.8.1", "lantzdev >= 0.5.2", "luddite >= 1", "nidaqmx >= 0.5.7", - "numpy==2.1.2", + "numpy==2.4.6", "packaging >= 19", "psutil >= 5.4.8", "pyserial >= 3.4", "requests >= 2.25", - "scikit-image==0.25.2", + "scikit-image==0.26.0", "Send2Trash >= 1.8", "tifffile >= 2020.11.26", "dask[complete] >= 2024.8.0", "fastapi >= 0.86.0", "uvicorn[standard] >= 0.19.0", - "matplotlib == 3.9.2", + "matplotlib == 3.11.1", "aiortc >= 1.9.0", "jupyter", "python-multipart >= 0.0.5", @@ -58,7 +58,7 @@ dependencies = [ "imswitchclient>=0.1.7", "psygnal", "python-socketio[asyncio]>=5.11,<6", # Used to be: "python-socketio[asyncio]==5.11.4", - "jupyterlab==4.2.5", + "jupyterlab==4.6.2", "python-dateutil >= 2.8.1", "zarr>=3.0.0a0", "numcodecs>=0.13.1", @@ -68,7 +68,7 @@ dependencies = [ "koil>=2.0.5", "msgpack>=1.0.4", "esptool", - "av==13.1.0", + "av==18.0.0", "uc2-rest==0.2.0.39", "unitelabs-sila", "unitelabs-cdk", diff --git a/setup.py b/setup.py index 47234931..cbae3727 100644 --- a/setup.py +++ b/setup.py @@ -29,27 +29,27 @@ include_package_data=True, python_requires=">=3.11", install_requires=[ - "pydantic==2.11.4", + "pydantic==2.13.4", "coloredlogs >= 15", "colour-science >= 0.3", "dataclasses-json >= 0.5", "h5py >= 2.10", - "pyvisa-py==0.4.1", + "pyvisa-py==0.8.1", "lantzdev >= 0.5.2", "luddite >= 1", "nidaqmx >= 0.5.7", - "numpy==2.1.2", + "numpy==2.4.6", "packaging >= 19", "psutil >= 5.4.8", "pyserial >= 3.4", "requests >= 2.25", - "scikit-image==0.25.2", + "scikit-image==0.26.0", "Send2Trash >= 1.8", "tifffile >= 2020.11.26", "dask[complete] >= 2024.8.0", "fastAPI >= 0.86.0", "uvicorn[standard] >= 0.19.0", - "matplotlib == 3.9.2", + "matplotlib == 3.11.1", "opencv-python", "dataclasses-json >= 0.5", "aiortc", @@ -61,8 +61,8 @@ "NanoImagingPack==2.1.5", "imswitchclient>=0.1.7", "psygnal", - "python-socketio[asyncio]==5.11.4", - "jupyterlab==4.2.5", + "python-socketio[asyncio]==5.16.3", + "jupyterlab==4.6.2", "python-dateutil >= 2.8.1", "zarr>=3.0.0a0", "numcodecs>=0.13.1",