legend1234 commited on
Commit
f31f511
·
verified ·
1 Parent(s): 7e7905d

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. setup.py +1 -1
setup.py CHANGED
@@ -79,5 +79,5 @@ setup(
79
  ],
80
  python_requires=">=3.7.0",
81
  setup_requires=["numpy>=1.21.4", "scipy>=1.7.2"],
82
- install_requires=["numpy>=1.21.4", "scipy>=1.7.2", "scikit-learn==1.0.1"],
83
  )
 
79
  ],
80
  python_requires=">=3.7.0",
81
  setup_requires=["numpy>=1.21.4", "scipy>=1.7.2"],
82
+ install_requires=["numpy>=1.21.4", "scipy>=1.7.2", "scikit-learn==0.24.2"],
83
  )