-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Labels
pandasIssues that involve pandasIssues that involve pandas
Description
Pyleoclim's setup.py pins the pandas version to 2.1.4:
Line 30 in ecaf89c
"pandas==2.1.4", |
This requirement is too strict and makes it impossible for my package manager to resolve the conflict. Is there any chance the requirement can be relaxed to >=2.1.4
?
Metadata
Metadata
Assignees
Labels
pandasIssues that involve pandasIssues that involve pandas