Skip to content

Instantly share code, notes, and snippets.

@lazyoracle
Last active January 2, 2022 23:01
Show Gist options
  • Save lazyoracle/d62f535787605d85019d5ecf649a11ab to your computer and use it in GitHub Desktop.
Save lazyoracle/d62f535787605d85019d5ecf649a11ab to your computer and use it in GitHub Desktop.
Dependency file for c3-toolset development on Apple Silicon using conda-forge
name: c3-dev
channels:
- conda-forge
dependencies:
- ipykernel=6.6
- jupyter=1.0
- matplotlib=3.5
- notebook=6.4
- pip=21.3
- python=3.8
- scipy=1.7
- tensorflow=2.6
- tensorflow-estimator=2.6
- pip:
- adaptive==0.13
- cma==3.1
- gast==0.5
- hjson==3.0
- pre-commit==2.16
- pytest==6.2
- pytest-cov==3.0
- qiskit-aer @ git+https://github.com/Qiskit/qiskit-aer.git@5cd06ad8a1d14d3cc0823c407f640722940a61aa
- qiskit-aqua
- qiskit-ibmq-provider
- qiskit-ignis
- qiskit-terra
- rich==10.16
- sphinx==4.3
- sphinx-autoapi==1.8
- tensorflow-probability==0.14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment