From 10f3a5a66744326b77974741d1c9785659616523 Mon Sep 17 00:00:00 2001 From: Josh Izaac Date: Wed, 23 Dec 2020 00:09:37 +0800 Subject: [PATCH] Get ready for 0.13.0-post2 release (#977) * add qhack to the navbar * fix docs * fix docs --- doc/requirements.txt | 3 +++ doc/xanadu_theme/header.html | 3 +++ qchem/setup.py | 6 +++--- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index b7432b20c4f..72c9c1c79f8 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -16,3 +16,6 @@ tensornetwork==0.3 toml torch==1.7.0+cpu torchvision==0.8.1+cpu +openfermion==0.11 +openfermionpyscf==0.4 +openfermionpsi4==0.4 diff --git a/doc/xanadu_theme/header.html b/doc/xanadu_theme/header.html index 0c222640b97..b1fecc20b30 100644 --- a/doc/xanadu_theme/header.html +++ b/doc/xanadu_theme/header.html @@ -38,6 +38,9 @@ Documentation (current) + diff --git a/qchem/setup.py b/qchem/setup.py index 2ce3c5d3eec..836ecfd3c0f 100644 --- a/qchem/setup.py +++ b/qchem/setup.py @@ -19,9 +19,9 @@ requirements = [ "pennylane>=0.13", "scipy", - "openfermion", - "openfermionpyscf; platform_system != 'Windows'", - "openfermionpsi4", + "openfermion==0.11", + "openfermionpyscf==0.4; platform_system != 'Windows'", + "openfermionpsi4==0.4", "pyscf==1.7.2; platform_system != 'Windows'", ]