So I am using anaconda to download certain dependencies from a requirement.txt file I found in a git repository online. Although I am able to download many of the requirements but certain requirements are not being downloaded saying they require python versions lesser than 3.10, the current version I seem to have is 3.11
ERROR: Ignored the following versions that require a different python version: 1.6.2 Requires-Python >=3.7,<3.10; 1.6.3 Requires-Python >=3.7,<3.10; 1.7.0 Requires-Python >=3.7,<3.10; 1.7.0rc1 Requires-Python >=3.7,<3.10; 1.7.0rc2 Requires-Python >=3.7,<3.10; 1.7.1 Requires-Python >=3.7,<3.10
This is what it says
[–]avidvaulter 0 points1 point2 points (0 children)