You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.
Looks like we need to just add a few libraries, including ipython and graphviz to requirements, which is not just a python dependency. (It might be worth Docker...) Also, need to not consider pyc files.
The text was updated successfully, but these errors were encountered:
Commit has fixed this by nuking parts of the repo:
Also, it's a bit slow. It might be that .git manifest is too large because we've added and removed data files; I'm unclear. Right now, I'm stuck at 50% (103/204). If we're rebasing, that could fix it. Otherwise, it's got to be cleaned up before we make it public. It's at least 73MB right now! The culprit is in this directory: cyphercat/.git/objects/pack, where our history has an entire dataset in it.
It's a tough fix (the large pack file), and you'll have to go back to commit: bbe084c, which is possible, though you may lose a lot of traceability in the current dependency tree.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Looks like we need to just add a few libraries, including ipython and graphviz to requirements, which is not just a python dependency. (It might be worth Docker...) Also, need to not consider pyc files.
The text was updated successfully, but these errors were encountered: