From d4601dfe0288be3a9529252bf1b013cb96dd49e2 Mon Sep 17 00:00:00 2001 From: Michael Hucka Date: Sat, 8 Mar 2025 12:09:55 -0800 Subject: [PATCH] Unpin versions in pip-list The requested versions of the packages are so old that I can't get them working on the versions of OSes and Python that are currently available on GitHub runners. --- dev_tools/pip-list | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev_tools/pip-list b/dev_tools/pip-list index e9d3e1d..d5b692c 100644 --- a/dev_tools/pip-list +++ b/dev_tools/pip-list @@ -1,3 +1,3 @@ -pytest~=6.2.1 -pyscf~=1.7.5.1 -openfermion~=1.0.0 +pytest +pyscf +openfermion