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

Fix up formasaurus dependency #23

Open
mehaase opened this issue Jun 2, 2020 · 0 comments
Open

Fix up formasaurus dependency #23

mehaase opened this issue Jun 2, 2020 · 0 comments
Labels
refactor Refactoring without changing functionality

Comments

@mehaase
Copy link
Contributor

mehaase commented Jun 2, 2020

Formasaurus has a strange setup where the dependencies are hidden behind a package extras flag. We are depending on formasaurus 0.9.0, which is not on PyPI yet, so we need to install from S3, but installing over HTTP doesn't support extras flags. So I've temporarily added formasaurus's dependencies as direct dependencies of this project:

Pipfile:

scikit-learn = ">=0.18"
scipy = "*"
sklearn-crfsuite = ">=0.3.1"
joblib = "*"
@mehaase mehaase added the refactor Refactoring without changing functionality label Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactoring without changing functionality
Projects
None yet
Development

No branches or pull requests

1 participant