Qulacs-Osaka / scikit-qulacs

scikit-qulacs is a library for quantum neural network. This library is based on qulacs and named after scikit-learn.
https://qulacs-osaka.github.io/scikit-qulacs/index.html
MIT License
19 stars 6 forks source link

Upgrade numpy to 1.22 #208

Closed ikanago closed 2 years ago

ikanago commented 2 years ago

207

numpy を1.22にアップグレードしました. また,現在使用しているバージョンの numpy と scipy は Python>=3.8しかサポートしていないため,プロジェクトの Python のバージョンを >=3.8,<3.11 に変更しました. これに伴って Python==3.7 の CI の実行をやめました.

codecov[bot] commented 2 years ago

Codecov Report

Merging #208 (74166b2) into main (a7f743e) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #208   +/-   ##
=======================================
  Coverage   90.73%   90.73%           
=======================================
  Files          12       12           
  Lines         874      874           
  Branches      164      164           
=======================================
  Hits          793      793           
  Misses         50       50           
  Partials       31       31           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a7f743e...74166b2. Read the comment docs.

forest1040 commented 2 years ago

LGTMです!