google / qhbm-library

Quantum Hamiltonian-Based Models built on TensorFlow Quantum
https://qhbm-library.readthedocs.io/en/latest/
Apache License 2.0
40 stars 15 forks source link

Speed up lint and format CI #109

Closed zaqqwerty closed 2 years ago

zaqqwerty commented 2 years ago

Poetry now supports separating development dependencies. Since lint and format scripts do not need to install packages like TensorFlow, using this feature will speed up initial lint and format checks in CI.