File tree 3 files changed +9
-5
lines changed
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 12
12
** /* .outdated
13
13
** /* .result
14
14
** /* .results
15
- ** /* .data
15
+ ** /* .data
16
+ ** /* .egg-info
17
+ ** /* examples-ng
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ COPY requirements/requirements-docker.txt /app/requirements-docker.txt
33
33
34
34
RUN pip install -r /app/requirements-docker.txt
35
35
36
- RUN pip install jaxlib==0.3.2+cuda11.cudnn805 -f https://storage.googleapis.com/jax-releases/jax_releases .html
36
+ RUN pip install jaxlib==0.3.2+cuda11.cudnn805 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases .html
37
37
38
38
RUN pip install -U git+https://github.com/jcmgray/cotengra.git
39
39
Original file line number Diff line number Diff line change @@ -21,8 +21,12 @@ qiskit
21
21
openfermion
22
22
quimb
23
23
openfermionpyscf
24
+ pennylane
25
+ # tensorflow_quantum==0.6.1
26
+ mthree
27
+ mitiq
24
28
# below is for development
25
- mypy==0.782
29
+ mypy==0.982
26
30
pytest
27
31
pytest-cov
28
32
pytest-benchmark
@@ -36,5 +40,3 @@ nbsphinx
36
40
furo
37
41
myst-parser
38
42
pylint
39
- pennylane
40
- tensorflow_quantum==0.6.1
You can’t perform that action at this time.
0 commit comments