Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/gating'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 8, 2023
2 parents d95c57c + 6077a2c commit b7c069b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions minerva_analysis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
import sys
import multiprocessing

# Initialize sklearn global threadpool controller to avoid deadlock in threaded
# contexts.
import sklearn.utils.fixes
sklearn.utils.fixes.threadpool_limits()

# If you're running the pyinstaller version of the code, create a
# new directory for the data (this will be at ~/ on mac)

Expand Down
1 change: 1 addition & 0 deletions minerva_analysis/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"@babel/preset-typescript": "^7.17.12",
"@babel/runtime": "^7.17.9",
"@babel/runtime-corejs2": "^7.17.11",
"@babel/plugin-proposal-class-properties": "latest",
"@httptoolkit/proxy-agent": "^5.0.1-socks-lookup-fix.0",
"@types/chai": "^4.3.1",
"@types/jquery": "^3.5.14",
Expand Down

0 comments on commit b7c069b

Please sign in to comment.