You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove pkg_resources as a dependency (#286)
* Clean imports in control_window.py
* Remove use of pkg_resources
* Add importlib_resources as dependency
* Add conditional import statement for python <=3.8 support
* Simplify render_window importlib usage
Remove pkg_resources as a dependency (#286)
* Clean imports in control_window.py
* Remove use of pkg_resources
* Add importlib_resources as dependency
* Add conditional import statement for python <=3.8 support
* Simplify render_window importlib usage
Fix the windows wheel build (#255)
* Update the CUDA installation command to include Visual Studio integration
* Update the Python version from 3.11 to 3.12
* Update the configuration of the build workflow
* remove master