For somef, I only get the following requirements:

But somef has many more! E.g., as listed in setup.py:
install_requires = [
"bs4==0.0.1",
"Click==7.0",
"click-option-group==0.5.3",
"markdown==3.3.6",
"matplotlib==3.5.0",
"nltk==3.6.5",
"numpy==1.21.4",
"pandas==1.3.4",
"rdflib==6.0.2",
"rdflib-jsonld==0.6.2",
"requests==2.22.0",
"scikit-learn==1.0",
"textblob==0.17.1",
"validators==0.18.2",
"xgboost==1.5.0"
]
Why isn't pygar obtaining all these requirements? Maybe it's failing silently?
For somef, I only get the following requirements:
But somef has many more! E.g., as listed in setup.py:
Why isn't pygar obtaining all these requirements? Maybe it's failing silently?