Replies: 1 comment 1 reply
-
|
Hi @jtimko16 Could you please open an issue or a PR. Best |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have one feedback. This package seems great, but the dependencies are rather strict, fixing minor version of several packages, and also not being yet available for newer Python versions (3.13+).
requires-python = ">=3.10,<3.13"
dependencies = [
"numpy~=1.26.4",
"pandas~=2.2.2",
"river",
"scikit-learn~=1.5.0",
"sortedcontainers>=2.4.0",
"torch==2.2.2",
"tqdm~=4.66.5",
"torchviz~=0.0.2",
]
Would it be possible to make dependencies more flexible?
Beta Was this translation helpful? Give feedback.
All reactions