Skip to content

Commit

Permalink
Updated pandas version
Browse files Browse the repository at this point in the history
Signed-off-by: Yerzhaisang <tasqali1697@gmail.com>
  • Loading branch information
Yerzhaisang committed Feb 13, 2024
1 parent 1e0b7c2 commit 26884b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Default environment variables
export TEST_SUITE="${TEST_SUITE:=oss}"
export PYTHON_VERSION="${PYTHON_VERSION:=3.9}"
export PANDAS_VERSION=${PANDAS_VERSION-1.5.0}
export PANDAS_VERSION=${PANDAS_VERSION-2.0.3}
export PYTHON_CONNECTION_CLASS="${PYTHON_CONNECTION_CLASS:=Urllib3HttpConnection}"
export CLUSTER="${1:-opensearch}"
export SECURE_INTEGRATION="${2:-true}"
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Basic requirements
#
pandas>=1.5.2,<2
pandas>=2.0.3
matplotlib>=3.6.2,<4
numpy>=1.24.0,<2
opensearch-py>=2.2.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Basic requirements
#
pandas>=1.5.2,<2
pandas>=2.0.3
matplotlib>=3.6.2,<4
numpy>=1.24.0,<2
opensearch-py>=2.2.0
Expand Down

0 comments on commit 26884b7

Please sign in to comment.