Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Add module threadpoolctl
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Feb 3, 2020
1 parent 3a7cc33 commit 5a68bcb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pymyinstall/packaged/packaged_config_1_small.py
Expand Up @@ -215,6 +215,10 @@ def small_set():
"xarray", "pip", purpose="pandas like library for cubes (N-dimensional data)", usage="DATA/ML"),
ModuleInstall(
"bcolz", "wheel", purpose="compressed dataframe, in memory or on disk", usage="DATA/ML"),
ModuleInstall(
"threadpoolctl", "pip", purpose="Python helpers to limit the number of threads used in the "
"threadpool-backed of common native libraries used for scientific computing and data science "
"(e.g. BLAS and OpenMP)."),
ModuleInstall(
"joblib", "pip", purpose="distribute jobs, parallelization"),
ModuleInstall(
Expand Down
Expand Up @@ -35,6 +35,7 @@ def datascientistbase_set():
"scipy",
"smart_open",
"statsmodels",
"threadpoolctl",
"toolz",
]
from .automate_install import find_module_install
Expand Down

0 comments on commit 5a68bcb

Please sign in to comment.