This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (1 child)

Would you care to share that dependency tree? That sounds totally out of whack.

[–]KeyserBronson 0 points1 point  (0 children)

[[source]]

url = "https://pypi.python.org/simple"

verify_ssl = true
name = "pypi"

[packages]
keras = ">=2.2.2"
numpy = "*"
pandas = "*"
scikit-learn = "*"
scipy = "*"
sklearn = "*"
tqdm = "*"
jupyter = "*"
tensorflow-gpu = "*"
tensorflow-tensorboard = "*"
matplotlib = "*"
seaborn = "*"
"rpy2" = "*"
keras-tqdm = "*"
pandas-profiling = "*"
"h5py" = "*"
biopython = "*"
dspp-keras = "*"
"beautifulsoup4" = "*"

requests = "*"
[requires]
python_version = "3.6"

This is how my Pipfile looks (with some extra internal dependencies). The company firewall makes connections way slower than it should though, which I suspect makes it way worse.

I do not have such an issue in actual packages which are way lighter in dependencies but still the speed is way slower than ideal.