From 05e83c4a22c9cbcaf0451f0d1dd6e07d010cb10b Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Wed, 3 Apr 2024 15:39:15 -0600 Subject: [PATCH] upper bound on scipy --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4842b745ca..d1388571b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ extractors = [ "pyedflib>=0.1.30", "sonpy;python_version<'3.10'", "lxml", # lxml for neuroscope - "scipy", + "scipy<1.13", "ONE-api>=2.7.0", # alf sorter and streaming IBL "ibllib>=2.32.5", # streaming IBL "pymatreader>=0.0.32", # For cell explorer matlab files @@ -72,6 +72,8 @@ extractors = [ ] streaming_extractors = [ + "ONE-api>=2.7.0", # alf sorter and streaming IBL + "ibllib>=2.32.5", # streaming IBL # Following dependencies are for streaming with nwb files "fsspec", "aiohttp",