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

Restore Python3.7 support #238

Closed ikanago closed 1 year ago

ikanago commented 1 year ago

Google Colab で実行するために Python 3.7 をサポートするようにしました. numpy と scipy は Python 3.7 をサポートしている最後のバージョンを指定しました. 今のところ不具合はなさそうなのですべての Python のバージョンで同じ numpy/scipy を使っていますが、問題があれば Python のバージョンごとに違う numpy/scipy を使うことも可能です. また,numpy と scipy は ~ でバージョンを指定するようにして,minor バージョンが上げられて Python 3.7 で使えなくなるのを防いでいます.

codecov[bot] commented 1 year ago

Codecov Report

Merging #238 (0f841ef) into main (c266313) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #238   +/-   ##
=======================================
  Coverage   91.85%   91.86%           
=======================================
  Files          12       12           
  Lines         884      885    +1     
  Branches      171      166    -5     
=======================================
+ Hits          812      813    +1     
  Misses         41       41           
  Partials       31       31           
Impacted Files Coverage Δ
skqulacs/save.py 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more