-
Notifications
You must be signed in to change notification settings - Fork 230
Expand file tree
/
Copy pathconstraints-dev.txt
More file actions
32 lines (26 loc) · 970 Bytes
/
constraints-dev.txt
File metadata and controls
32 lines (26 loc) · 970 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Specifies global constraints for the dev build
# NOTE: PennyLane, Lightning and Catalyst dev versions
# are handled separately in the qml app.
--extra-index-url https://test.pypi.org/simple/
--extra-index-url https://download.pytorch.org/whl/cpu
# Install plug-ins required for demos
pennylane-cirq @ git+https://github.com/PennyLaneAI/pennylane-cirq.git#egg=pennylane-cirq
pennylane-qiskit @ git+https://github.com/PennyLaneAI/pennylane-qiskit.git#egg=pennylane-qiskit
pennylane-qulacs @ git+https://github.com/PennyLaneAI/pennylane-qulacs.git#egg=pennylane-qulacs
# Install external packages
matplotlib==3.10.0
aiohttp==3.9.5
fastapi<1.0.0
fsspec==2024.6.1
h5py==3.11.0
ibm-platform-services>=0.73
ipython==8.16.1
chex<1.0.0
jax==0.7.1
jaxlib==0.7.1
jaxopt==0.8.5
torch==2.9.0+cpu ; sys_platform != 'darwin'
torch==2.9.0 ; sys_platform == 'darwin'
torchvision==0.24.0+cpu ; sys_platform != 'darwin'
torchvision==0.24.0 ; sys_platform == 'darwin'
optax==0.2.4