Skip to content

clean build fails due to strict version requirements for pandas vs py-ard pandas #2

@mmaiers-nmdp

Description

@mmaiers-nmdp

a clean build leads to a version conflict for pandas.

In general it would be nice to use >= for some of these libraries (e.g. py-ard) to get fixes


The conflict is caused by:
    The user requested pandas==1.0.1
    py-ard 0.6.1 depends on pandas>=1.1.4

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

Metadata

Metadata

Assignees

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