Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Mathics3/pymathics-natlang
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1adabf6a2133df40c47a14ad7801dec44b45afab
Choose a base ref
..
head repository: Mathics3/pymathics-natlang
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4efc01278e50d14e5d674e14374a2ab6baf33b81
Choose a head ref
Showing with 1 addition and 2 deletions.
  1. +1 −1 Makefile
  2. +0 −1 setup.py
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ all: develop

#: Word-list data. Customize with lang and eventually WORDLIST_SIZE variables
wordlist:
$(PYTHON) -m nltk.downloader wordnet2022 omw-1.4 popular
$(PYTHON) -m nltk.downloader wordnet2022 omw-1.4
$(PYTHON) -m spacy download $(SPACY_DOWNLOAD)

#: build everything needed to install
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -63,7 +63,6 @@ def read(*rnames):
"pyenchant>=3.2.0",
"pycountry>=3.2.0",
"spacy>=3.4",
"textblob",
"wasabi<1.1.0,>=0.8.2",
],
zip_safe=False,