Last active
January 2, 2022 23:01
-
-
Save lazyoracle/d62f535787605d85019d5ecf649a11ab to your computer and use it in GitHub Desktop.
Dependency file for c3-toolset development on Apple Silicon using conda-forge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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