Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Update Changelog for 0.7.1, bump numpy,scipy versions #986

Merged
merged 1 commit into from
May 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,6 @@ jobs:
- sudo apt-get -y install libgfortran5
# Installing pyquante2 master branch...
- pip install https://github.com/rpmuller/pyquante2/archive/master.zip --progress-bar off
# make sure it uses latest numpy, this will be removed later
- pip install -U numpy
- pip install cplex
before_script:
- export PYTHON="coverage3 run --source qiskit/aqua,qiskit/chemistry,qiskit/finance,qiskit/ml,qiskit/optimization --omit */gauopen/* --parallel-mode"
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ Changelog](http://keepachangelog.com/en/1.0.0/).
> - **Fixed**: for any bug fixes.
> - **Security**: in case of vulnerabilities.

[UNRELEASED](https://github.com/Qiskit/qiskit-aqua/compare/0.7.0...HEAD)
[UNRELEASED](https://github.com/Qiskit/qiskit-aqua/compare/0.7.1...HEAD)
========================================================================

[0.7.1](https://github.com/Qiskit/qiskit-aqua/compare/0.7.0...0.7.1) - 2020-05-14
=================================================================================

Added
-----

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
qiskit-terra>=0.14.0
qiskit-ignis>=0.2.0
scipy>=1.0
scipy>=1.4
sympy>=1.3
numpy>=1.13
numpy>=1.17
psutil>=5
scikit-learn>=0.20.0
dlx
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
requirements = [
"qiskit-terra>=0.14.0",
"qiskit-ignis>=0.2.0",
"scipy>=1.0",
"scipy>=1.4",
"sympy>=1.3",
"numpy>=1.13",
"numpy>=1.17",
"psutil>=5",
"scikit-learn>=0.20.0",
"dlx",
Expand Down