From 1ba240af60057411f8b17ba44ed92b2bdc2dba99 Mon Sep 17 00:00:00 2001 From: AlainKadar Date: Thu, 20 Jun 2024 13:27:34 -0400 Subject: [PATCH] GreatLakes requirements --- pyproject.toml | 5 +++-- requirements.txt | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d440b8a..211c310 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,10 +20,11 @@ dependencies = [ 'pandas', 'Pillow<10.1.0,>=8.3.2', 'Cython', - 'gsd', + 'gsd>=3.0.0', 'python-igraph', 'eigen', 'pytest', 'cmake', - 'freud', + 'freud-analysis', + 'ipywidgets', ] diff --git a/requirements.txt b/requirements.txt index 1e40087..2e7ba14 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,11 +7,11 @@ opencv pandas Pillow<10.1.0,>=8.3.2 Cython -gsd +gsd>=3.0.0 python-igraph igraph eigen pytest cmake -freud +freud-analysis ipywidgets