We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a93669 commit c32c963Copy full SHA for c32c963
setup.py
@@ -17,7 +17,7 @@
17
packages=find_packages(),
18
install_requires=[
19
"torch", "tqdm", "numpy>=1.16.5", "scikit-learn", "pandas",
20
- "longling>=1.3.33", 'PyBaize>=0.0.7', 'fire'
+ "longling>=1.3.33", "longling<=1.3.36", 'PyBaize>=0.0.7', 'fire'
21
], # And any other dependencies for needs
22
entry_points={},
23
)
0 commit comments