Skip to content

Commit 18fb178

Browse files
authored
Merge pull request #1349 from Einsied/hotfix-joblib
Fixing joblib version
2 parents 7a2494b + a0af7ec commit 18fb178

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222
- cython
2323
- pillow
2424
- scikit-learn
25-
- joblib
25+
- joblib=1.4.2
2626
- pip:
2727
- git+https://github.com/cortex-lab/phy.git
2828

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pyopengl==3.1.6
1212
requests
1313
qtconsole
1414
tqdm
15-
joblib
15+
joblib=1.4.2
1616
click
1717
mkdocs
1818
PyQtWebEngine

0 commit comments

Comments
 (0)