ENH: Smaller package size #37526
Labels
Duplicate Report
Duplicate issue or pull request
Testing
pandas testing functions or related to the test suite
8000
Uh oh!
There was an error while loading. Please reload this page.
Could the
pandas.tests
package be an optional package? It consumes a huge portion of the package size, which may not be required for many production purposes.The feature-request is that a default
pandas
install would excludepandas.tests
and apandas[tests]
install would include that package. The general pattern is that production dependencies (requirements.txt) would usepandas
and any dev/test/CI dependencies (requirements_dev.txt) would add the optional extra forpandas[tests]
.The text was updated successfully, but these errors were encountered: