Skip to content

Commit

Permalink
Remove version restriction on pandas
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702732318
Change-Id: Idf8aa5a71bc88d6b2446e6b7e4c50324cfb7a0a7
  • Loading branch information
jagapiou authored and copybara-github committed Dec 4, 2024
1 parent 85c31fd commit b1486ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def _remove_excluded(description: str) -> str:
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
],
packages=setuptools.find_packages(include=['concordia', 'concordia.*']),
Expand All @@ -78,7 +79,7 @@ def _remove_excluded(description: str) -> str:
'numpy',
'ollama',
'openai>=1.3.0',
'pandas<=2.0.3',
'pandas',
'python-dateutil',
'reactivex',
'retry',
Expand Down

0 comments on commit b1486ac

Please sign in to comment.