Skip to content

Commit

Permalink
Upgrade requirements (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
humzaiqbal authored Sep 16, 2022
1 parent 1ba34b9 commit 2ba84e4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ source .envspam/bin/activate
pip3 install -r requirements.txt
pip3 install -r spam/requirements.txt

# Launch the Jupyter notebook interface
jupyter notebook spam
# Launch the Jupyter notebook interface (making sure the right virtual environment is used)
.envspam/bin/jupyter notebook spam
```

</p>
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#### ESSENTIAL LIBRARIES

snorkel==0.9.5
snorkel==0.9.9


#### DEV TOOLS

black==19.3b0
flake8==3.7.8
jupyter==1.0.0
jupytext==1.2.0
nbconvert==5.5.0
black>=19.3b0
flake8>=3.7.8
jupyter>=1.0.0
jupytext>=1.2.0
nbconvert>=6.5.3
8 changes: 4 additions & 4 deletions spam/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
matplotlib==3.1.1
matplotlib==3.5.3
names==0.3.0
nltk==3.4.5
numpy>=1.16.0,<1.17.0
pandas>=0.24.0,<0.25.0
numpy>=1.16.5
pandas>=1.0.0
scikit-learn>=0.20.2
spacy>=2.1.6,<2.2.0
tensorflow==1.14.0
tensorflow>=1.14.0
textblob==0.15.3

0 comments on commit 2ba84e4

Please sign in to comment.