Skip to content

Commit c32c963

Browse files
committed
update longling version in setup.py
1 parent 7a93669 commit c32c963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
packages=find_packages(),
1818
install_requires=[
1919
"torch", "tqdm", "numpy>=1.16.5", "scikit-learn", "pandas",
20-
"longling>=1.3.33", 'PyBaize>=0.0.7', 'fire'
20+
"longling>=1.3.33", "longling<=1.3.36", 'PyBaize>=0.0.7', 'fire'
2121
], # And any other dependencies for needs
2222
entry_points={},
2323
)

0 commit comments

Comments
 (0)