Skip to content

Commit

Permalink
Moving Python requirements to a requirements.txt file (microsoft#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
anpaz authored Mar 25, 2022
1 parent af19748 commit 56dbd9d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
jinja2==3.0.3
jupyter
matplotlib
numpy
pytest
pyzmq==19.0.2
qsharp
setuptools
wheel
2 changes: 1 addition & 1 deletion scripts/steps-init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ steps:
architecture: 'x64'
displayName: 'Use Python 3.7'

- script: pip install setuptools wheel pytest jupyter numpy matplotlib qsharp pyzmq==19.0.2 jinja2==3.0.3
- script: pip install -r requirements.txt
displayName: 'Install Python tools'

- powershell: ./install-iqsharp.ps1
Expand Down

0 comments on commit 56dbd9d

Please sign in to comment.