For each pair of incompatible requirements, I assumed that the higher required numpy is the correct one. Thus, I added the inverted marker of this requirement to the marker of the other requirement. I repeated this process (and simplified the resulting markers if possible) until all conflicts detected by Poetry were resolved.
Of course, there are other options to eliminate the incompatible requirements, so someone with more expertise in this topic should check carefully if my changes make sense.
Resolves: #70
For each pair of incompatible requirements, I assumed that the higher required numpy is the correct one. Thus, I added the inverted marker of this requirement to the marker of the other requirement. I repeated this process (and simplified the resulting markers if possible) until all conflicts detected by Poetry were resolved.
Of course, there are other options to eliminate the incompatible requirements, so someone with more expertise in this topic should check carefully if my changes make sense.