Skip to content

Commit

Permalink
free pandas version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksei_Furmenkov committed Oct 17, 2022
1 parent 9b94370 commit 0656751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setuptools.setup(
name="cdisc-rules-engine",
version="0.4.7",
version="0.4.7.1",
description="Open source offering of the cdisc rules engine",
author="cdisc-org",
url="https://github.com/cdisc-org/cdisc-rules-engine",
Expand All @@ -13,7 +13,7 @@
include_package_data=True,
python_requires=">=3.8",
install_requires=[
"pandas>=1.3.5",
"pandas",
"business-rules-enhanced==1.2.4",
"python-dotenv==0.20.0",
"cdisc-library-client==0.1.4",
Expand Down

0 comments on commit 0656751

Please sign in to comment.