ChenFeng87 / network_inference

2 stars 1 forks source link

Allow for pip install -r requirements.txt #4

Closed gui11aume closed 2 years ago

gui11aume commented 2 years ago

Several requirements in the original requirements.txt are part of the standard Python library. This means they are always present, and the main issue is that they cause a crash when installing the requirements with the common pip install -r requirements.txt syntax

ChenFeng87 commented 2 years ago

@gui11aume Thank you for your Pull requests, we have completed the merger.