Stonesjtu / pytorch_memlab

Profiling and inspecting memory in pytorch
MIT License
1.01k stars 37 forks source link

Should we remove /requirements.txt? #56

Closed wangkuiyi closed 1 month ago

wangkuiyi commented 2 months ago

It seems that the content has been in /setup.py and is better structured into mandatory and optional dependencies.

Git-grep shows that requirements.txt is not referred to by the codebase.

Stonesjtu commented 1 month ago

Absolutely yes, the orginal purpose was to mantain development dependencies which seems to be covered in the setup.py system.