Sfoglia il codice sorgente

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 anni fa
parent
commit
a6073d86b7

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

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