UBC-MDS / datascience_eda

This package includes functions helping with common tasks during EDA stage of a data science project
MIT License
0 stars 2 forks source link

change dependencies for nltk and en_core_web_md #41

Closed charlessuresh closed 3 years ago

charlessuresh commented 3 years ago

To try and resolve errors that occur when publishing to pypi, I've done the following:

@rahulkuriyedath @lephanthuymai Please review

codecov[bot] commented 3 years ago

Codecov Report

Merging #41 (a1104ec) into main (ed7188f) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #41      +/-   ##
==========================================
+ Coverage   98.17%   98.18%   +0.01%     
==========================================
  Files           3        3              
  Lines         656      661       +5     
==========================================
+ Hits          644      649       +5     
  Misses         12       12              
Flag Coverage Δ
unittests 98.18% <100.00%> (+0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
datascience_eda/__init__.py 100.00% <100.00%> (ø)
datascience_eda/datascience_eda.py 97.17% <100.00%> (+0.03%) :arrow_up:

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 e9aca1f...a1104ec. Read the comment docs.