Skip to content

pinned dependencies #1475

@jf---

Description

@jf---

I think not pinning dependencies (scipy==1.1 vs scipy>=1.1) is problematic.

networkx >= 3.0
numpy >= 1.15.4
scipy >= 1.1

for example numpy >= 1.15.4 might imply installing numpy 2.0 with breaking changes / or introducing compatibility issues downstream (I mean related compas_*** packages).
Since compas is a foundational library, dependencies have to be pinned rather than loosely suggested as in the current situation.

modern tools such as pixi offer deterministic builds (via Lock files) which is incredible robust; by that I mean that the requirements.txt deviates too much from the gold standard.

the lack of well defined requirements is seen in some of the best packages in the compas eco system

Image

here compas is a dependency and I think there is a difference in pinning a foundational library vs those that depend on it.

by that I mean that it would be highly productive to refactor requirements.txt across the board.

@tomvanmele & @gonzalocasas curious to have your point of view

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions