Replies: 1 comment
-
For information, I tested making my code compatible with both versions by conditioning the imports this way:
but it clutters the code too much. Moreover, I did not find a way to express the dependency. So in my case, I will bump to v4. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there,
I am porting some packages to rxpy4 and would like to support both rxpy v3 and v4. So far this seems straightforward in the code, but I do not see how to express this in setuptools:
How can I declare in my setup.py that I depend either on "reactive>=4", or "rx>=3"?
Beta Was this translation helpful? Give feedback.
All reactions