lettucecfd / lettuce

Computational Fluid Dynamics based on PyTorch and the Lattice Boltzmann Method
MIT License
222 stars 39 forks source link

[Bug]: PyCharm wants to install package "torch" instead of "pytorch" #220

Closed PhiSpel closed 3 months ago

PhiSpel commented 3 months ago

Contact Details

No response

What happened?

requirements.txt asks for torch>=2.1, but PyCharm then searches for the package called torch when, really, we need pytorch as described in the requirements. @McBs can we change this?

Version

0.2.3

What operating system are you seeing the problem on?

No response

Relevant log output

No response

PhiSpel commented 3 months ago

closed in #197