Skip to content

Commit

Permalink
lint + test update
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolinmorgan committed Apr 12, 2024
1 parent 821cac2 commit 644ef4b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
'requests',
'nltk',
'numpy',
'GNews',
'graphistry[umap-learn]',
'umap-learn',
'validators',
Expand Down

0 comments on commit 644ef4b

Please sign in to comment.