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