Doesn't recognize the package~=0.0.11 format when package-0.0.11.post23242 is installed
Describe the bug Doesn't recognize the package~=0.0.11 format when package-0.0.11.post23242 is installed
To Reproduce Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
IDE (please complete the following information. See Main Menu -> Help -> About):
- OS: [e.g. Windows 10]
- Product: [e.g. Idea Ultimate, PyCharm Community]
- Version [e.g. IU-192.7142.36, 2019.2.4]
- JRE Version: [e.g. OpenJDK 64-Bit Server VM by JetBrains s.r.o]
- Project SDK: [Python 3.7.1, Python 2.7.17]
Plugin (please complete the following information. See Main Menu -> File -> Settings -> Plugins):
- Version [e.g. 2020.1-193]
Additional context Add any other context about the problem here.
I tried it on MacOS PyCharm 2021.3.1 I have added the dependency e.g. my_package~=0.0.1 to my requirements.txt I have installed my_package==0.0.1-23230 version If I don't have installed req.txt plugin, all is nice. PyCharm recognizes the installed version as acceptable to the ~=0.0.1 requirement. The installed plugin doesn't recognize it and highlights the dependency in red color.

Maybe that's related