dftlibs / xcfun

XCFun: A library of exchange-correlation functionals with arbitrary-order derivatives
https://dftlibs.org/xcfun/
Mozilla Public License 2.0
57 stars 32 forks source link

update Pipfile.lock #85

Closed bast closed 5 years ago

bast commented 5 years ago

Hopefully solves security warning for "requests" which is pulled in via the sphinx dependency.

bast commented 5 years ago

There is some test breakage ... looking into it.

bast commented 5 years ago

It seems that only the Python 2.7 test lanes fail since they try to fetch package versions which are probably not available for 2.7.

robertodr commented 5 years ago

Matplotlib looks like one of the culprits. I guess version 3 is not Python 2.7 compatible. Do we actually need it for XCFun? You could try removing that from Pipfile and requirements.txt (kept for compatibility) and then regenerate Pipfile.lock

codecov-io commented 5 years ago

Codecov Report

Merging #85 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #85   +/-   ##
=======================================
  Coverage   44.97%   44.97%           
=======================================
  Files          78       78           
  Lines        1839     1839           
=======================================
  Hits          827      827           
  Misses       1012     1012

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 0c88074...9833754. Read the comment docs.

robertodr commented 5 years ago

YES!