Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Flair Embeddings: hero.embed(s, flair_embedding) function #146

Draft
wants to merge 17 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
install pip again
  • Loading branch information
henrifroese committed Aug 9, 2020
commit bba8f7c5ffa89c88ffaea823b14e109f41befde6
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
install:
- python3 -m venv env
- source ./env/bin/activate
- pip3 install --upgrade pip # all three OSes agree about 'pip3'
- python -m pip install --upgrade pip # all three OSes agree about 'pip3'
- pip3 install black
- pip3 install ".[dev]" .
# 'python' points to Python 2.7 on macOS but points to Python 3.8 on Linux and Windows
Expand Down