Skip to content

Commit

Permalink
Chore(python): Update the version of pandas (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivekjvs authored Dec 14, 2023
1 parent 73d58bb commit beaa239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/src/setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import setuptools

REQUIRES = ["fds.protobuf.stach<2.0.0", "fds.protobuf.stach.v2<2.0.0", "pandas<2.0.0", "numpy<2.0.0"]
REQUIRES = ["fds.protobuf.stach<2.0.0", "fds.protobuf.stach.v2<2.0.0", "pandas<3.0.0", "numpy<2.0.0"]

setuptools.setup(
name="fds.protobuf.stach.extensions",
version="1.3.0",
version="1.3.1",
author="Analytics API",
author_email="analytics.api.support@factset.com",
description="FactSet stach extensions",
Expand Down

0 comments on commit beaa239

Please sign in to comment.