PtyLab / PtyLab.py

Python implementation of ptylab
Other
18 stars 8 forks source link

Corrected git history: Adding requirements.txt, pre-commit-hook and allowing higher python version #67

Closed ShantanuKodgirwar closed 1 week ago

ShantanuKodgirwar commented 1 week ago

@roflmaostc @wfeschen

Resending this PR as the commit history was incorrect for the last one.

After discussion with @wfeschen, we decided that it makes sense to add a requirements.txt file for using exact dependencies for development instead of being more flexible which is useful when using PtyLab as a dependency in another project.

This PR adds the following:

I have tested this with and without GPU, with and without poetry for covering all test cases. So this can be merged without issues.

roflmaostc commented 1 week ago

Thanks, good work :)