Skip to content

Commit

Permalink
update version constraint for longling
Browse files Browse the repository at this point in the history
  • Loading branch information
LegionKing committed Oct 4, 2024
1 parent a0d434d commit 7486d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
packages=find_packages(),
install_requires=[
"torch", "tqdm", "numpy>=1.16.5", "scikit-learn", "pandas",
"longling>=1.3.33", "longling<=1.1.36", 'PyBaize>=0.0.7', 'fire', 'networkx>=2.8.5'
"longling>=1.3.33", "longling<=1.3.36", 'PyBaize>=0.0.7', 'fire', 'networkx>=2.8.5'
], # And any other dependencies for needs
entry_points={},
)

0 comments on commit 7486d92

Please sign in to comment.