소스 검색

Bump joblib from 0.16 to 1.2.0 in /PyTorch/Recommendation/DLRM

Bumps [joblib](https://github.com/joblib/joblib) from 0.16 to 1.2.0.
- [Release notes](https://github.com/joblib/joblib/releases)
- [Changelog](https://github.com/joblib/joblib/blob/master/CHANGES.rst)
- [Commits](https://github.com/joblib/joblib/compare/0.16.0...1.2.0)

---
updated-dependencies:
- dependency-name: joblib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] 3 년 전
부모
커밋
a6073d86b7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      PyTorch/Recommendation/DLRM/requirements_preprocessing.txt

+ 1 - 1
PyTorch/Recommendation/DLRM/requirements_preprocessing.txt

@@ -1,4 +1,4 @@
 numpy
 pandas
-joblib==0.16
+joblib==1.2.0
 tqdm