diff --git a/.github/workflows/on_push.yml b/.github/workflows/on_push.yml index a23a12a..de70760 100644 --- a/.github/workflows/on_push.yml +++ b/.github/workflows/on_push.yml @@ -28,6 +28,7 @@ jobs: python -m venv dots source dots/bin/activate python -m pip install --upgrade pip + python -m spacy download en_core_web_sm python -m pip install -e . - name: gpy_feat tests diff --git a/README.md b/README.md index 811137c..8d1c652 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,16 @@ requirements : requests, nltk, numpy, - GNews, + graphistry[umap-learn], + umap-learn, + validators, + pytesseract, + selenium, + webdriver_manager, + undetected_chromedriver, + gliner, -### the example below will pull 10 OS stories and return 5 features each in additon to location and date to a file +### the example below will pull 100 OS gnews stories and return features each in additon to location and date to a file ```python git clone https://github.com/graphistry/dots diff --git a/setup.py b/setup.py index 1f460da..b9aa519 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,6 @@ 'requests', 'nltk', 'numpy', - 'GNews', 'graphistry[umap-learn]', 'umap-learn', 'validators',