Skip to content

Commit

Permalink
Merge pull request #14 from vabarbosa/va-binder
Browse files Browse the repository at this point in the history
update for binder
  • Loading branch information
vabarbosa authored Sep 27, 2024
2 parents 766e140 + 8d65f19 commit 7729814
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
16 changes: 3 additions & 13 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
name: Qiskitenv
dependencies:
- python=3.9.13
- python=3.11.9
- notebook=6.4.12
- matplotlib=3.5.3
- ipywidgets=7.6.5
- rise==5.7.1
- libblas=3.9.0
- pip
- pip:
- numpy==1.23.2
- qiskit==0.38.0
- wget==3.2
- tabulate==0.8.10
- pylatexenc==2.10
- seaborn==0.12.0
- qiskit_ibm_runtime==0.6.2
- qiskit_aqt_provider==0.4.3
- qiskit_experiments==0.4.0
- -r requirements.txt
- -r requirements-binder.txt
2 changes: 2 additions & 0 deletions requirements-binder.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Binder specific requirements
rise==5.7.1

0 comments on commit 7729814

Please sign in to comment.