Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] Update / pin python dependencies in the conda environment #98

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mjonuschat
Copy link

@mjonuschat mjonuschat commented Aug 11, 2022

When trying out the docker container I noticed two things which broke
generating models after rebuilding it.

  1. Ended up with cadquery 2.2.0b0 which breaks on trackball thumb clusters
    Fixed by explicitly pinning to cadquery 2.1 for now
  2. nptyping dependency fails with invalid types on python 3.7/3.8
    Fixed by pinning to nptyping version 1.4.4

When trying out the docker container I noticed two things which broke
generating models after rebuilding it.

1) Ended up with cadquery 2.2.0b0 which breaks on trackball thumb clusters
   Fixed by explicitly pinning to cadquery 2.1 for now
2) nptyping dependency fails with invalid types on python 3.7/3.8
   Fixed by pinning to nptyping version 1.4.4
@mjonuschat mjonuschat changed the title [BUGFIX] Update / pin python dependencsies in the conda environment [BUGFIX] Update / pin python dependencies in the conda environment Aug 11, 2022
@eraserhd
Copy link

This worked for me.

@bosd
Copy link

bosd commented Jul 16, 2023

Superseeded by #115

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants