Skip to content

Commit 297d3c1

Browse files
authored
Unpin versions in pip-list (#70)
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.
1 parent 7c468cb commit 297d3c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev_tools/pip-list

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest~=6.2.1
2-
pyscf~=1.7.5.1
3-
openfermion~=1.0.0
1+
pytest
2+
pyscf
3+
openfermion

0 commit comments

Comments
 (0)