From 03c581fc99eec731943756cf6113f9d67f79c0e9 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 22:14:53 +0000 Subject: [PATCH] Bump [skip actions] --- pdm.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pdm.lock b/pdm.lock index 205785d..d3a162c 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default"] strategy = ["cross_platform"] lock_version = "4.4.1" -content_hash = "sha256:4a8a1ffb7a4d366ce0b4739e68cf5385fd480bc21cbfd1b127f1f219204778c8" +content_hash = "sha256:7cf1ae4335e0dd61188f7c5a82a64c0d40f4daaa095ab1fd736d344969eda55c" [[package]] name = "aind-codeocean-api" @@ -1974,7 +1974,7 @@ files = [ [[package]] name = "np-services" -version = "0.1.67" +version = "0.1.68" requires_python = "<4.0,>=3.11" summary = "Tools for interfacing with devices and services used in Mindscope Neuropixels experiments at the Allen Institute." dependencies = [ @@ -1985,15 +1985,15 @@ dependencies = [ "npc-ephys>=0.1.7", "npc-mvr>=0.1.2", "npc-stim>=0.1.5", - "npc-sync>=0.1.6", + "npc-sync>=0.1.13", "pandas>=2.0", "pyzmq", "requests<3,>=2", "tables<4.0.0,>=3.8.0", ] files = [ - {file = "np_services-0.1.67-py3-none-any.whl", hash = "sha256:d8f2d96f3b0f88e11baeb106ca3a816991bf01d59ae00f818e4ccf8350d349c2"}, - {file = "np_services-0.1.67.tar.gz", hash = "sha256:283d4e59f1d75b092c096bd6b0617a28f16d3fd3854877849688c73a0947275a"}, + {file = "np_services-0.1.68-py3-none-any.whl", hash = "sha256:87090eb1f42ff90e631a5a0f42790ce44243a4e176495e16789717ed4d1842c6"}, + {file = "np_services-0.1.68.tar.gz", hash = "sha256:7d18655645f4a43f567dbe091be013e50996769ec89695462e5d6899be118594"}, ] [[package]] @@ -2216,7 +2216,7 @@ files = [ [[package]] name = "npc-sync" -version = "0.1.9" +version = "0.1.13" requires_python = ">=3.9" summary = "Repackaging of AllenSDK.SyncDataset with extra functionality, compatible with data in the cloud." dependencies = [ @@ -2228,8 +2228,8 @@ dependencies = [ "typing-extensions>=4.9.0", ] files = [ - {file = "npc-sync-0.1.9.tar.gz", hash = "sha256:c45b63aebb1a451f26b87b44eeae64910993ad31c04ca699a28ffae74596f99e"}, - {file = "npc_sync-0.1.9-py3-none-any.whl", hash = "sha256:8be2d4b7e1ecf88b728509de1cef361e4c5629a4843347af3f30dea4394e79cb"}, + {file = "npc_sync-0.1.13-py3-none-any.whl", hash = "sha256:5fa6c49dabf7708f435a685915fc3b1294f28a02c86560e1882c7755f31c0df2"}, + {file = "npc_sync-0.1.13.tar.gz", hash = "sha256:183a63f2c4d033e41ddc0d7bc7268199a837ea607333cfe6f1517f765edf6288"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index f425649..6f7be44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "np-workflows" -version = "1.6.71" +version = "1.6.72" description = "Ecephys and behavior workflows for the Mindscope Neuropixels team." authors = [ { name = "Ben Hardcastle", email = "ben.hardcastle@alleninstitute.org" },