np-services 0.1.71__tar.gz → 0.1.72__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.
Files changed (20) hide show
  1. {np_services-0.1.71 → np_services-0.1.72}/PKG-INFO +1 -2
  2. {np_services-0.1.71 → np_services-0.1.72}/pyproject.toml +2 -2
  3. {np_services-0.1.71 → np_services-0.1.72}/src/np_services/open_ephys.py +1 -1
  4. {np_services-0.1.71 → np_services-0.1.72}/src/np_services/scripts/pretest.py +1 -1
  5. {np_services-0.1.71 → np_services-0.1.72}/src/np_services.egg-info/PKG-INFO +1 -2
  6. {np_services-0.1.71 → np_services-0.1.72}/src/np_services.egg-info/requires.txt +0 -1
  7. {np_services-0.1.71 → np_services-0.1.72}/README.md +0 -0
  8. {np_services-0.1.71 → np_services-0.1.72}/setup.cfg +0 -0
  9. {np_services-0.1.71 → np_services-0.1.72}/src/np_services/__init__.py +0 -0
  10. {np_services-0.1.71 → np_services-0.1.72}/src/np_services/protocols.py +0 -0
  11. {np_services-0.1.71 → np_services-0.1.72}/src/np_services/proxies.py +0 -0
  12. {np_services-0.1.71 → np_services-0.1.72}/src/np_services/resources/__init__.py +0 -0
  13. {np_services-0.1.71 → np_services-0.1.72}/src/np_services/resources/mvr_connector.py +0 -0
  14. {np_services-0.1.71 → np_services-0.1.72}/src/np_services/resources/zro.py +0 -0
  15. {np_services-0.1.71 → np_services-0.1.72}/src/np_services/stim_computer_theme_changer.py +0 -0
  16. {np_services-0.1.71 → np_services-0.1.72}/src/np_services/utils.py +0 -0
  17. {np_services-0.1.71 → np_services-0.1.72}/src/np_services.egg-info/SOURCES.txt +0 -0
  18. {np_services-0.1.71 → np_services-0.1.72}/src/np_services.egg-info/dependency_links.txt +0 -0
  19. {np_services-0.1.71 → np_services-0.1.72}/src/np_services.egg-info/entry_points.txt +0 -0
  20. {np_services-0.1.71 → np_services-0.1.72}/src/np_services.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: np-services
3
- Version: 0.1.71
3
+ Version: 0.1.72
4
4
  Summary: Tools for interfacing with devices and services used in Mindscope Neuropixels experiments at the Allen Institute.
5
5
  Author-email: bjhardcastle <ben.hardcastle@alleninstitute.org>
6
6
  Classifier: Programming Language :: Python :: 3
@@ -17,7 +17,6 @@ Requires-Dist: h5py<4.0.0,>=3.8.0
17
17
  Requires-Dist: np-config>=0.4.17
18
18
  Requires-Dist: tables<4.0.0,>=3.8.0
19
19
  Requires-Dist: npc-sync>=0.1.13
20
- Requires-Dist: npc-ephys>=0.1.7
21
20
  Requires-Dist: npc-stim>=0.1.5
22
21
  Requires-Dist: npc-mvr>=0.1.2
23
22
 
@@ -13,12 +13,11 @@ dependencies = [
13
13
  "np-config>=0.4.17",
14
14
  "tables<4.0.0,>=3.8.0",
15
15
  "npc-sync>=0.1.13",
16
- "npc-ephys>=0.1.7",
17
16
  "npc-stim>=0.1.5",
18
17
  "npc-mvr>=0.1.2",
19
18
  ]
20
19
  name = "np-services"
21
- version = "0.1.71"
20
+ version = "0.1.72"
22
21
  description = "Tools for interfacing with devices and services used in Mindscope Neuropixels experiments at the Allen Institute."
23
22
  readme = "README.md"
24
23
  classifiers = [
@@ -36,6 +35,7 @@ requires = ["setuptools>=61", "wheel"]
36
35
  build-backend = "setuptools.build_meta"
37
36
 
38
37
  [dependency-groups]
38
+ pretest = ["npc-ephys>=0.1.37"]
39
39
  task_runner = ["poethepoet>=0.33.1"]
40
40
  linting = ["black>=25.1.0", "isort>=6.0.1", "ruff>=0.11.2"]
41
41
  testing = ["mypy>=1.4.1"]
@@ -11,7 +11,6 @@ from typing import Any, Optional, Sequence
11
11
  import np_config
12
12
  import np_logging
13
13
  import requests
14
- import npc_ephys
15
14
 
16
15
  import np_services.utils as utils
17
16
  from np_services.protocols import TestError
@@ -332,6 +331,7 @@ def verify() -> None:
332
331
 
333
332
  def validate() -> None:
334
333
  logger.info(f"OpenEphys | Validating")
334
+ import npc_ephys
335
335
  npc_ephys.validate_ephys(
336
336
  root_paths=data_files,
337
337
  sync_path_or_dataset=sync_path,
@@ -22,7 +22,6 @@ import np_session
22
22
  import np_services
23
23
  import np_config
24
24
  import npc_sync
25
- import npc_ephys
26
25
  import npc_mvr
27
26
  import npc_stim
28
27
 
@@ -370,6 +369,7 @@ def run_pretest(
370
369
  service.validate()
371
370
  elif config.check_ephys_barcodes:
372
371
  # try validating ephys without sync (currently error prone with short pretest-like recordings)
372
+ import npc_ephys
373
373
  npc_ephys.validate_ephys(
374
374
  root_paths=service.data_files,
375
375
  sync_path_or_dataset=False,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: np-services
3
- Version: 0.1.71
3
+ Version: 0.1.72
4
4
  Summary: Tools for interfacing with devices and services used in Mindscope Neuropixels experiments at the Allen Institute.
5
5
  Author-email: bjhardcastle <ben.hardcastle@alleninstitute.org>
6
6
  Classifier: Programming Language :: Python :: 3
@@ -17,7 +17,6 @@ Requires-Dist: h5py<4.0.0,>=3.8.0
17
17
  Requires-Dist: np-config>=0.4.17
18
18
  Requires-Dist: tables<4.0.0,>=3.8.0
19
19
  Requires-Dist: npc-sync>=0.1.13
20
- Requires-Dist: npc-ephys>=0.1.7
21
20
  Requires-Dist: npc-stim>=0.1.5
22
21
  Requires-Dist: npc-mvr>=0.1.2
23
22
 
@@ -7,6 +7,5 @@ h5py<4.0.0,>=3.8.0
7
7
  np-config>=0.4.17
8
8
  tables<4.0.0,>=3.8.0
9
9
  npc-sync>=0.1.13
10
- npc-ephys>=0.1.7
11
10
  npc-stim>=0.1.5
12
11
  npc-mvr>=0.1.2
File without changes
File without changes