Skip to content

Commit

Permalink
Add openfermion to pytest env.
Browse files Browse the repository at this point in the history
  • Loading branch information
fdmalone committed Oct 16, 2023
1 parent 2c173fc commit a7b6ded
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 16 deletions.
5 changes: 4 additions & 1 deletion dev_tools/requirements/deps/pytest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ pytest-xdist
# test executing notebooks
nbformat
nbconvert
ipykernel
ipykernel

# openfermion for chemistry resource estimates
openfermion
20 changes: 16 additions & 4 deletions dev_tools/requirements/envs/dev.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ grpcio==1.59.0
# via grpcio-tools
grpcio-tools==1.59.0
# via -r deps/packaging.txt
h5py==3.10.0
# via openfermion
idna==3.4
# via requests
imagesize==1.4.1
Expand Down Expand Up @@ -248,7 +250,9 @@ nbformat==5.9.2
nest-asyncio==1.5.8
# via ipykernel
networkx==3.1
# via cirq-core
# via
# cirq-core
# openfermion
nh3==0.2.14
# via readme-renderer
numba==0.58.0
Expand All @@ -257,12 +261,16 @@ numpy==1.25.2
# via
# cirq-core
# contourpy
# h5py
# matplotlib
# numba
# openfermion
# opt-einsum
# pandas
# quimb
# scipy
openfermion==0.11.0
# via -r deps/pytest.txt
opt-einsum==3.3.0
# via
# -r deps/runtime.txt
Expand All @@ -288,7 +296,7 @@ pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pillow==10.0.1
pillow==10.1.0
# via matplotlib
pip-tools==7.3.0
# via -r deps/pip-tools.txt
Expand All @@ -309,12 +317,14 @@ protobuf==4.24.4
# grpcio-tools
# mypy-protobuf
# tensorflow-docs
psutil==5.9.5
psutil==5.9.6
# via
# ipykernel
# quimb
ptyprocess==0.7.0
# via pexpect
pubchempy==1.0.4
# via openfermion
pure-eval==0.2.2
# via stack-data
pycparser==2.21
Expand Down Expand Up @@ -379,6 +389,7 @@ referencing==0.30.2
# jsonschema-specifications
requests==2.31.0
# via
# openfermion
# requests-toolbelt
# sphinx
# twine
Expand All @@ -395,6 +406,7 @@ rpds-py==0.10.6
scipy==1.11.3
# via
# cirq-core
# openfermion
# quimb
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -432,7 +444,7 @@ sphinxcontrib-qthelp==1.0.6
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
sqlalchemy==2.0.21
sqlalchemy==2.0.22
# via jupyter-cache
stack-data==0.6.3
# via ipython
Expand Down
6 changes: 3 additions & 3 deletions dev_tools/requirements/envs/docs.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ pickleshare==0.7.5
# via
# -c envs/dev.env.txt
# ipython
pillow==10.0.1
pillow==10.1.0
# via
# -c envs/dev.env.txt
# matplotlib
Expand All @@ -352,7 +352,7 @@ protobuf==4.24.4
# via
# -c envs/dev.env.txt
# tensorflow-docs
psutil==5.9.5
psutil==5.9.6
# via
# -c envs/dev.env.txt
# ipykernel
Expand Down Expand Up @@ -485,7 +485,7 @@ sphinxcontrib-serializinghtml==1.1.9
# via
# -c envs/dev.env.txt
# sphinx
sqlalchemy==2.0.21
sqlalchemy==2.0.22
# via
# -c envs/dev.env.txt
# jupyter-cache
Expand Down
4 changes: 2 additions & 2 deletions dev_tools/requirements/envs/format.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ pickleshare==0.7.5
# via
# -c envs/dev.env.txt
# ipython
pillow==10.0.1
pillow==10.1.0
# via
# -c envs/dev.env.txt
# matplotlib
Expand All @@ -265,7 +265,7 @@ prompt-toolkit==3.0.39
# via
# -c envs/dev.env.txt
# ipython
psutil==5.9.5
psutil==5.9.6
# via
# -c envs/dev.env.txt
# quimb
Expand Down
4 changes: 2 additions & 2 deletions dev_tools/requirements/envs/pylint.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ pickleshare==0.7.5
# via
# -c envs/dev.env.txt
# ipython
pillow==10.0.1
pillow==10.1.0
# via
# -c envs/dev.env.txt
# matplotlib
Expand All @@ -257,7 +257,7 @@ prompt-toolkit==3.0.39
# via
# -c envs/dev.env.txt
# ipython
psutil==5.9.5
psutil==5.9.6
# via
# -c envs/dev.env.txt
# quimb
Expand Down
40 changes: 38 additions & 2 deletions dev_tools/requirements/envs/pytest.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ cachetools==5.3.1
# via
# -c envs/dev.env.txt
# cirq-ft
certifi==2023.7.22
# via
# -c envs/dev.env.txt
# requests
charset-normalizer==3.3.0
# via
# -c envs/dev.env.txt
# requests
cirq-core==1.3.0.dev20231010175755
# via
# -c envs/dev.env.txt
Expand Down Expand Up @@ -102,6 +110,14 @@ fonttools==4.43.1
# via
# -c envs/dev.env.txt
# matplotlib
h5py==3.10.0
# via
# -c envs/dev.env.txt
# openfermion
idna==3.4
# via
# -c envs/dev.env.txt
# requests
iniconfig==2.0.0
# via
# -c envs/dev.env.txt
Expand Down Expand Up @@ -211,6 +227,7 @@ networkx==3.1
# via
# -c envs/dev.env.txt
# cirq-core
# openfermion
numba==0.58.0
# via
# -c envs/dev.env.txt
Expand All @@ -220,12 +237,18 @@ numpy==1.25.2
# -c envs/dev.env.txt
# cirq-core
# contourpy
# h5py
# matplotlib
# numba
# openfermion
# opt-einsum
# pandas
# quimb
# scipy
openfermion==0.11.0
# via
# -c envs/dev.env.txt
# -r deps/pytest.txt
opt-einsum==3.3.0
# via
# -c envs/dev.env.txt
Expand Down Expand Up @@ -258,7 +281,7 @@ pickleshare==0.7.5
# via
# -c envs/dev.env.txt
# ipython
pillow==10.0.1
pillow==10.1.0
# via
# -c envs/dev.env.txt
# matplotlib
Expand All @@ -274,7 +297,7 @@ prompt-toolkit==3.0.39
# via
# -c envs/dev.env.txt
# ipython
psutil==5.9.5
psutil==5.9.6
# via
# -c envs/dev.env.txt
# ipykernel
Expand All @@ -283,6 +306,10 @@ ptyprocess==0.7.0
# via
# -c envs/dev.env.txt
# pexpect
pubchempy==1.0.4
# via
# -c envs/dev.env.txt
# openfermion
pure-eval==0.2.2
# via
# -c envs/dev.env.txt
Expand Down Expand Up @@ -344,6 +371,10 @@ referencing==0.30.2
# -c envs/dev.env.txt
# jsonschema
# jsonschema-specifications
requests==2.31.0
# via
# -c envs/dev.env.txt
# openfermion
rpds-py==0.10.6
# via
# -c envs/dev.env.txt
Expand All @@ -353,6 +384,7 @@ scipy==1.11.3
# via
# -c envs/dev.env.txt
# cirq-core
# openfermion
# quimb
six==1.16.0
# via
Expand Down Expand Up @@ -420,6 +452,10 @@ tzdata==2023.3
# via
# -c envs/dev.env.txt
# pandas
urllib3==2.0.6
# via
# -c envs/dev.env.txt
# requests
wcwidth==0.2.8
# via
# -c envs/dev.env.txt
Expand Down
4 changes: 2 additions & 2 deletions dev_tools/requirements/envs/runtime.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ pickleshare==0.7.5
# via
# -c envs/dev.env.txt
# ipython
pillow==10.0.1
pillow==10.1.0
# via
# -c envs/dev.env.txt
# matplotlib
Expand All @@ -236,7 +236,7 @@ prompt-toolkit==3.0.39
# via
# -c envs/dev.env.txt
# ipython
psutil==5.9.5
psutil==5.9.6
# via
# -c envs/dev.env.txt
# quimb
Expand Down

0 comments on commit a7b6ded

Please sign in to comment.