owl-project / NVISII

Apache License 2.0
330 stars 28 forks source link

Fix Windows Builds #103

Closed markusfoote closed 3 years ago

markusfoote commented 3 years ago

The VM-provided version of pip became unmodifiable in the windows image, causing the installation of dependencies to break. This PR removed pip from the requested dependencies (which uses pip itself to install, so pip must be otherwise installed anyways). All builds (and docs updates!) should now succeed.