SforAiDl / jeta

A Jax based meta learning library
MIT License
16 stars 12 forks source link

Updated the versions of the dependencies. #29

Closed AdityaD16 closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #29 (941d997) into main (d136a70) will not change coverage. The diff coverage is n/a.

@@          Coverage Diff          @@
##            main     #29   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          5       5           
  Lines         95      95           
=====================================
  Misses        95      95           

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 d136a70...941d997. Read the comment docs.

veds12 commented 2 years ago

@AdityaD16 one of the checks seems to be failing. Seems like a numpy version problem. Can you downgrade numpy to a version below?

AdityaD16 commented 2 years ago

@AdityaD16 one of the checks seems to be failing. Seems like a numpy version problem. Can you downgrade numpy to a version below?

Yea I downgraded to previous version which supports python 3.7

veds12 commented 2 years ago

There's a problem with another dependency. Are you running pre-commit before pushing?

AdityaD16 commented 2 years ago

There's a problem with another dependency. Are you running pre-commit before pushing?

Yes all tests passed. I will downgrade scipy and pytest to original versions also.