-
-
Notifications
You must be signed in to change notification settings - Fork 789
Clean up of dependencies #4368
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
Comments
@Moult please try out |
…users can install boto3 with new debug tool.
@gtfierro oh sorry I think there was a miscommunication, it's about this topquadrant folder. Edit: I see you removed it yet I still see it in the PyPI build for 0.7.6a1? |
Strange! I definitely meant to remove it. I'll take a look soon |
Please try 0.7.6a2! I forgot to remove the jar files from the actual repository |
Nice!
Thanks so much! |
…users can install boto3 with new debug tool.
Uh oh!
There was an error while loading. Please reload this page.
So, uh, apparently you can't do something like
pip install --no-tests foo
:( https://stackoverflow.com/questions/54743853/installing-a-package-without-including-test-codeUncompressed, the tests dir for pandas is 35MB (!!!) pandas-dev/pandas#30741
There are a number of dependencies which need cleaning up for a leaner, faster download and install for users. Our
libs/site/packages
folder on Windows is 367MB uncompressed. Yikes!topquadrant_shacl
is 48MB uncompressed and ontologies v1.1 and v1.2 are shipped (are they necessary? We actually grab a nightly Brick.ttl) SQLAlchemy is 18.9MB. Abstraction is nice, but ... surprisingly heavy in this case - I think only sqlite is used after all.hppfcl
et friends as part of the new clash features.The text was updated successfully, but these errors were encountered: