thartbm / PyVMEC

A Python-based GUI to create and run visuo-motor experiments.
GNU General Public License v3.0
1 stars 3 forks source link

pyautogui dependency introduced #60

Closed thartbm closed 6 years ago

thartbm commented 6 years ago

We can't use the current PyVMEC without resolving a bunch more dependencies. Please remove the reliance on pyautogui, as it will just bloat the compiled version more, and I don't see the need for it. The fewer dependencies, the better.