From b2fce731a4934d7a4a66a90819f2b3ca7239a95f Mon Sep 17 00:00:00 2001 From: Eric Denovellis Date: Wed, 23 Oct 2024 09:51:46 -0700 Subject: [PATCH] Remove numpy pin --- environment.yml | 2 +- environment_dlc.yml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index 5ed798fc8..a5229b8a8 100644 --- a/environment.yml +++ b/environment.yml @@ -23,7 +23,7 @@ dependencies: # - libgcc # dlc-only - matplotlib - non_local_detector - - numpy<1.24 + - numpy - pip - position_tools - pybind11 # req by mountainsort4 -> isosplit5 diff --git a/environment_dlc.yml b/environment_dlc.yml index 0e81d4adb..156bed793 100644 --- a/environment_dlc.yml +++ b/environment_dlc.yml @@ -23,7 +23,7 @@ dependencies: - libgcc # dlc-only - matplotlib - non_local_detector - - numpy<1.24 + - numpy - pip>=20.2.* - position_tools - pybind11 # req by mountainsort4 -> isosplit5 diff --git a/pyproject.toml b/pyproject.toml index e9218f4a0..0bd9164cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "matplotlib", "ndx_franklab_novela>=0.1.0", "non_local_detector", - "numpy<1.24", + "numpy", "opencv-python", "panel>=1.4.0", # panel #6325 resolved "position_tools>=0.1.0",