-
-
Notifications
You must be signed in to change notification settings - Fork 845
Closed
Labels
Description
Hello:)
I install IfcOpenShell via pip install. And because i want to be conscious about any changes to the code i install it by using a specific version number. While developing with this library i encountered a problem multiple times. The specified ifcOpenShell version vanished. So when i wanted to install my code in another environment (lets say a docker container) where the specified version was not cached, i was forced to update my version. Maybe thats a good thing in some cases, but in other cases i don't have the resources to do and understand an update. I don't understand why there is no stable version published on pip additionally to the daily builds. Is there any reason for that. Or how is the workflow intendet to be?
Thanks