deepchecks / deepchecks

Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all of your AI & ML validation needs, enabling to thoroughly test your data and models from research to production.

Home Page:https://docs.deepchecks.com/stable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Torch versions in make file seems outdated/incorrect

hjain5164 opened this issue · comments

Describe the bug
I think we need to make sure that the torch versions specified in the make file are correct. I am suspecting that the versions are not correct or might not exist now. Please check the below error

To Reproduce
Steps to reproduce the behavior:

  1. Create a new virtual environment.
  2. Run make vision-torch-tf-setup command
  3. Observe the error regarding the version

Expected behavior
It should have the correct version and the installation should not fail for new contributors or anyone who is setting up the project for the first time.

Screenshots
Check the error in the screenshot below:
image

Environment (please complete the following information):

  • OS: Windows with WSL, but I think it should be an issue with all OS
  • Python Version: 3.11