np_codeocean 0.3.0__tar.gz → 0.3.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: np_codeocean
3
- Version: 0.3.0
3
+ Version: 0.3.1
4
4
  Summary: Tools for uploading and interacting with Mindscope Neuropixels experiments on Code Ocean
5
5
  Author-Email: Ben Hardcastle <ben.hardcastle@alleninstitute.org>, Chris Mochizuki <chrism@alleninstitute.org>, Arjun Sridhar <arjun.sridhar@alleninstitute.org>
6
6
  License: MIT
@@ -1,7 +1,3 @@
1
- [tool.pdm.resolution.overrides]
2
- aind_data_transfer_models = ">=0.13.1"
3
- aind-metadata-mapper = "0.18.2"
4
-
5
1
  [tool.pdm.scripts]
6
2
  ruff = "ruff --fix src"
7
3
  blue = "blue src"
@@ -44,7 +40,7 @@ composite = [
44
40
 
45
41
  [project]
46
42
  name = "np_codeocean"
47
- version = "0.3.0"
43
+ version = "0.3.1"
48
44
  description = "Tools for uploading and interacting with Mindscope Neuropixels experiments on Code Ocean"
49
45
  authors = [
50
46
  { name = "Ben Hardcastle", email = "ben.hardcastle@alleninstitute.org" },
@@ -199,6 +199,7 @@ def main() -> None:
199
199
  args = parse_args()
200
200
  kwargs = vars(args)
201
201
  kwargs |= {'adjust_ephys_timestamps': False} # unnecessary while we have machinery in place for adjusting in npc_sessions (adds 5 GB of timestamps files for each upload)
202
+ np_codeocean.utils.set_npc_lims_credentials()
202
203
  write_metadata_and_upload(**kwargs)
203
204
 
204
205
 
File without changes