I marked it as incompatible because both mods do very similar thing (modify personal logistic requests) yet different (temporary vs permament).
At first I though about implementing everything in one mod with mod settings to toggle functionality but entire core functionality basically became one huge if-else statement so I decided to split the mod. People can now choose if they want the requests to be temporary: use this mod. If they want permament requests: use RecipeLogisticRequest.
I'm thinking about adding support for requesting of items and entities in RecipeLogisticRequest, but those requests would still be permament. Only problem I have with it is it wouldn't fit the mod name at all.