-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Filtering: Include everything by default
Co-authored-by: Thorsten Beier <[email protected]>
- Loading branch information
1 parent
12a64fc
commit bd5a4a8
Showing
9 changed files
with
72 additions
and
247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,183 +1,39 @@ | ||
packages: | ||
setuptools: | ||
include_patterns: | ||
- pattern: '**/pkg_resources/*.so' | ||
- pattern: '**/pkg_resources/**/*.so' | ||
- pattern: '**/pkg_resources/*.py' | ||
- pattern: '**/pkg_resources/**/*.py' | ||
- pattern: '**/*.dist-info/METADATA' | ||
bokeh: | ||
include_patterns: | ||
- pattern: '*.so' | ||
- pattern: '*.py' | ||
- pattern: '**/bokeh/**/*.html' | ||
- pattern: '**/bokeh/**/*.js' | ||
- pattern: '**/bokeh/*.json' | ||
- pattern: '**/*.dist-info/METADATA' | ||
exclude_patterns: | ||
- pattern: '**/tests/**/*.py' | ||
- pattern: '**/tests/**/*.so' | ||
plotly: | ||
include_patterns: | ||
- pattern: '*.so' | ||
- pattern: '*.py' | ||
- pattern: '**/plotly/package_data/**' | ||
- pattern: '**/*.dist-info/METADATA' | ||
exclude_patterns: | ||
- pattern: '**/tests/**/*.py' | ||
- pattern: '**/tests/**/*.so' | ||
folium: | ||
include_patterns: | ||
- pattern: '*.so' | ||
- pattern: '*.py' | ||
- pattern: '*.json' | ||
- pattern: '**/folium/templates/**' | ||
- pattern: '**/*.dist-info/METADATA' | ||
exclude_patterns: | ||
- pattern: '**/tests/**/*.py' | ||
- pattern: '**/tests/**/*.so' | ||
branca: | ||
include_patterns: | ||
- pattern: '*.so' | ||
- pattern: '*.py' | ||
- pattern: '*.json' | ||
- pattern: '**/branca/templates/**' | ||
- pattern: '**/*.dist-info/METADATA' | ||
exclude_patterns: | ||
- pattern: '**/tests/**/*.py' | ||
- pattern: '**/tests/**/*.so' | ||
python-dateutil: | ||
include_patterns: | ||
- pattern: '*.so' | ||
- pattern: '*.py' | ||
- pattern: '*.json' | ||
- pattern: '*dateutil-zoneinfo.tar.gz' | ||
- pattern: '**/*.dist-info/METADATA' | ||
exclude_patterns: | ||
- pattern: '**/tests/**/*.py' | ||
- pattern: '**/tests/**/*.so' | ||
# For matplotlib <3.5.2 which didn't have matplotlib-base published | ||
matplotlib: | ||
include_patterns: | ||
- pattern: '*.so' | ||
- pattern: '*.py' | ||
- pattern: '*.json' | ||
- pattern: '**/matplotlib/mpl-data/**' | ||
- pattern: '**/*.dist-info/METADATA' | ||
exclude_patterns: | ||
- pattern: '**/tests/**/*.py' | ||
- pattern: '**/tests/**/*.so' | ||
matplotlib-base: | ||
include_patterns: | ||
- pattern: '*.so' | ||
- pattern: '*.py' | ||
- pattern: '*.json' | ||
- pattern: '**/matplotlib/mpl-data/**' | ||
- pattern: '**/*.dist-info/METADATA' | ||
exclude_patterns: | ||
- pattern: '**/tests/**/*.py' | ||
- pattern: '**/tests/**/*.so' | ||
scikit-learn: | ||
include_patterns: | ||
- pattern: '*.so' | ||
- pattern: '*.py' | ||
- pattern: '*.json' | ||
- pattern: '**/sklearn/datasets/**' | ||
- pattern: '**/*.dist-info/METADATA' | ||
exclude_patterns: | ||
- pattern: '**/tests/**/*.py' | ||
- pattern: '**/tests/**/*.so' | ||
scikit-image: | ||
include_patterns: | ||
- pattern: '*.txt' | ||
- pattern: '*.so' | ||
- pattern: '*.py' | ||
- pattern: '*.json' | ||
- pattern: '**/skimage/data/**' | ||
- pattern: '**/skimage/io/_plugins/*.ini' | ||
- pattern: '**/*.dist-info/METADATA' | ||
exclude_patterns: | ||
- pattern: '**/tests/**/*.py' | ||
- pattern: '**/tests/**/*.so' | ||
xarray: | ||
include_patterns: | ||
- pattern: '**/*.py' | ||
- pattern: '**/static/css/*.css' | ||
- pattern: '**/static/html/*.html' | ||
- pattern: '**/*.dist-info/METADATA' | ||
- pattern: '**/_distutils_hack/**' | ||
- pattern: '**/distutils-precedence.pth' | ||
- pattern: '**/setuptools/**' | ||
- pattern: '**/pkg_resources/_vendor/**' | ||
zlib: | ||
exclude_patterns: | ||
- pattern: '**/tests/**/*.py' | ||
- pattern: '**/so' | ||
widgetsnbextension: | ||
exclude_patterns: | ||
- pattern: '**' | ||
python: | ||
include_patterns: | ||
- pattern: '*.so' | ||
- pattern: '*.py' | ||
- pattern: '*.json' | ||
- pattern: 'share/zoneinfo/**' | ||
- pattern: '**/*.dist-info/METADATA' | ||
exclude_patterns: | ||
- pattern: '**/tests/**/*.py' | ||
- pattern: '**/tests/**/*.so' | ||
- pattern: '**/tests/*.py' | ||
- pattern: '**/tests/*.so' | ||
python-tzdata: | ||
include_patterns: | ||
- pattern: '*.so' | ||
- pattern: '*.py' | ||
- pattern: '*.json' | ||
- pattern: 'share/zoneinfo/**' | ||
- pattern: '**/tzdata/zoneinfo/**' | ||
- pattern: '**/*.dist-info/METADATA' | ||
exclude_patterns: | ||
- pattern: '**/tests/**/*.py' | ||
- pattern: '**/tests/**/*.so' | ||
- pattern: '**/tests/*.py' | ||
- pattern: '**/tests/*.so' | ||
- pattern: '**/tzdata/zoneinfo/**/*.pyc' | ||
zlib: | ||
exclude_patterns: | ||
- pattern: '**/so' | ||
itables: | ||
include_patterns: | ||
- pattern: '*.py' | ||
- pattern: 'html/**' | ||
- pattern: 'external/**' | ||
- pattern: '**/*.dist-info/METADATA' | ||
urllib3: | ||
include_patterns: | ||
- pattern: '*.py' | ||
- pattern: '**/contrib/emscripten/emscripten_fetch_worker.js' | ||
certifi: | ||
include_patterns: | ||
- pattern: '*.py' | ||
- pattern: '*.pem' | ||
pyvis: | ||
include_patterns: | ||
- pattern: '*.py' | ||
- pattern: '*.html' | ||
pint: | ||
include_patterns: | ||
- pattern: '*.so' | ||
- pattern: '*.py' | ||
- pattern: '*.txt' | ||
exclude_patterns: | ||
- pattern: '**/tests/**/*.py' | ||
- pattern: '**/tests/**/*.so' | ||
default: | ||
include_patterns: | ||
- pattern: '*.so' | ||
- pattern: '*.py' | ||
- pattern: '*.json' | ||
- pattern: 'share/zoneinfo/**' | ||
- pattern: '**/*.dist-info/METADATA' | ||
exclude_patterns: | ||
- pattern: '**/tests/**/*.py' | ||
- pattern: '**/tests/**/*.so' | ||
- pattern: '**/tests/*.py' | ||
- pattern: '**/tests/*.so' | ||
- pattern: 'share/jupyter/nbextensions/**/*' | ||
- pattern: 'share/jupyter/labextensions/**/*' | ||
- pattern: 'etc/jupyter/nbconfig/**/*' | ||
- pattern: 'include/**' | ||
- pattern: '**/include/**' | ||
- pattern: 'bin/**' | ||
- pattern: '**/bin/**' | ||
- pattern: 'tests/**' | ||
- pattern: '**/tests/**' | ||
- pattern: '**/*.ini' | ||
- pattern: '**/*.exe' | ||
- pattern: '**/*.a' | ||
- pattern: '**/*.c' | ||
- pattern: '**/*.pxd' | ||
- pattern: '**/*.pyi' | ||
- pattern: '**/*.pyx' | ||
- pattern: '**/*.pyc' | ||
- pattern: '**/*.typed' | ||
- pattern: '**/*.egg-info' | ||
- pattern: '**/site-packages/pip/_vendor/**' | ||
- pattern: '**/idlelib/**' | ||
- pattern: '**/ensurepip/**' | ||
- pattern: 'Scripts/*' | ||
# Excluding jupyter front-end and server extensions | ||
- pattern: 'share/jupyter/nbextensions/**' | ||
- pattern: 'share/jupyter/labextensions/**' | ||
- pattern: 'etc/jupyter/nbconfig/**' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,5 @@ | ||
packages: | ||
python-dateutil: | ||
include_patterns: | ||
- regex: '^(?!.*\/tests\/).*(.*.\.py$)|(.*.\.so$)|(.*dateutil-zoneinfo\.tar\.gz$)' | ||
matplotlib: | ||
include_patterns: | ||
- regex: '^(?!.*\/tests\/).*(.*.\.py$)|(.*.\.so$)' | ||
- pattern: "*matplotlibrc" | ||
|
||
scikit-learn: | ||
include_patterns: | ||
- regex: '^(?!.*\/tests\/).*(.*.\.py$)|(.*.\.so$)' | ||
- pattern: "**/sklearn/datasets/**" | ||
|
||
scikit-image: | ||
include_patterns: | ||
- regex: '^(?!.*\/tests\/).*(.*.\.py$)|(.*.\.so$)' | ||
- pattern: "**/skimage/data/**" | ||
|
||
|
||
default: | ||
include_patterns: | ||
- pattern: '*.so' | ||
- pattern: '*.py' | ||
exclude_patterns: | ||
- pattern: '**/*.pyc' | ||
- pattern: '**/tests/**/*.py' | ||
- pattern: '**/tests/**/*.so' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
packages: | ||
scikit-image: | ||
exclude_patterns: | ||
- pattern: '**' | ||
- pattern: '**/bar.py' | ||
- pattern: '**/bar.so' | ||
|
||
|
||
scipy: | ||
- include_patterns: | ||
- pattern: '**/core' | ||
- include_patterns: | ||
- pattern: '**/sparse' | ||
- include_patterns: | ||
- pattern: '**' | ||
default: | ||
exclude_patterns: | ||
- pattern: '**/*.pyc' | ||
- pattern: '**/tests/**/*.py' | ||
- pattern: '**/tests/**/*.so' |
Oops, something went wrong.