Skip to content

Commit

Permalink
fix: limit pandas version to 2.1.4 at max
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Sep 11, 2024
1 parent 24e356d commit f7e543e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ckanext-charts
version = 1.1.0
version = 1.1.1
description =
long_description = file: README.md
long_description_content_type = text/markdown
Expand All @@ -24,7 +24,7 @@ packages = find:
namespace_packages = ckanext
install_requires =
typing-extensions>=4.3.0
pandas>=2.0.0,<3.0.0
pandas>=2.0.0,<=2.1.4
plotly>=5.21.0,<6.0.0
redis>=5.0.0,<6.0.0
ckanext-scheming
Expand Down

0 comments on commit f7e543e

Please sign in to comment.