Skip to content

Commit

Permalink
Change out requirements.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <[email protected]>
  • Loading branch information
adam2392 committed Nov 30, 2023
1 parent a1be136 commit 663d80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
set -e
pip install --upgrade --pre numpy scipy matplotlib "h5py<3.7"
pip install git+https://github.com/mne-tools/mne-python
pip install --upgrade -r requirements.txt -r requirements_testing.txt codecov
pip install --upgrade .[test] codecov
displayName: "Install dependencies with pip"
- script: python setup.py develop
displayName: "Install MNE-Connectivity"
Expand Down

0 comments on commit 663d80d

Please sign in to comment.