Skip to content

Commit

Permalink
Remove Altair exclusion v5.1.0 (streamlit#7252)
Browse files Browse the repository at this point in the history
This PR reverses the excluded version specification for altair from PR streamlit#7248 - a patch v5.1.1 with fix was released.
  • Loading branch information
mayagbarnes authored Aug 30, 2023
1 parent f2f72d4 commit 0426fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# - Always include the lower bound as >= VERSION, to keep testing min versions easy
# - And include an upper bound that's < NEXT_MAJOR_VERSION
INSTALL_REQUIRES = [
"altair>=4.0, <6, !=5.1.0",
"altair>=4.0, <6",
"blinker>=1.0.0, <2",
"cachetools>=4.0, <6",
"click>=7.0, <9",
Expand Down

0 comments on commit 0426fd8

Please sign in to comment.