Skip to content

Commit

Permalink
Merge pull request #554 from suavecode/fix-scipy
Browse files Browse the repository at this point in the history
appveyor for a specific version
  • Loading branch information
planes committed Feb 10, 2022
2 parents cafa28b + 90e9492 commit 61e05dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install:
- cd trunk
- pip3 install --upgrade pip
- pip3 install --upgrade numpy
- pip3 install --upgrade scipy
- pip3 install --upgrade scipy==1.7.3
- pip3 install --upgrade scikit-learn
- pip3 install --upgrade matplotlib
- pip3 install --upgrade plotly
Expand Down

0 comments on commit 61e05dc

Please sign in to comment.