Skip to content

Discrepancy between install_requires and requirements.txt #3301

@maresb

Description

@maresb

Question: Should we be pinning six at 1.15.0? Now that six is on 1.16.0 this can lead to downgrades.

From setup.py:

install_requires=["tenacity>=6.2.0", "six"],

There seems to be no pinning from setuptools.

However, from requirements.txt:

six==1.15.0

(and also tenacity>=6.2.0)

I notice that six is slated for removal (#3167), so I hope the pinning is unnecessary, but I'm not sure.

Any guidance on this question would be very helpful over at conda-forge regarding conda-forge/plotly-feedstock#94

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