MI-FraunhoferIWM / data2rdf

About A generic pipeline that can be used to map raw data to RDF.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Conflict with openpyxl #33

Closed yoavnash closed 6 months ago

yoavnash commented 7 months ago

The following error occurred when trying to update on my app openpyxl to the latest version:

The conflict is caused by:
    The user requested openpyxl==3.1.2
    data2rdf 1.0.3 depends on openpyxl==3.1.1

Requirements of data2rdf should be relaxed so that it accepts ranges of versions. In this case openpyxl>3,<4. The same principle should apply to all other dependencies.

yoavnash commented 6 months ago

Fixed in #37