From 5fc6bcb09d0fae375d466a777849fb65d9cfaedf Mon Sep 17 00:00:00 2001 From: Rob Court Date: Wed, 4 Sep 2024 17:24:43 +0100 Subject: [PATCH] updating to latest req --- requirements.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2bbce649..25161c09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,19 +1,20 @@ -numpy<2.0.0 requests psycopg2-binary pandas pandasql -jsonpath_rw setuptools neuprint-python pysolr -bottleneck<=1.3.6 backports.tarfile python-catmaid nbformat>=4.2.0 ipywidgets vispy colormath -matplotlib tqdm sphinx-autodoc-typehints +numpy>=1.26.4,<2.0.0 +jsonpath_rw +bottleneck<=1.3.6 +matplotlib>3.9 +seaborn>0.13