Skip to content

Commit

Permalink
fix dependancy pandas<2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Mar 20, 2024
1 parent 551728e commit 11e46e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db-loader/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
url="",
packages=["cde_db_loader"],
install_requires=[
"pandas",
"pandas<2.0.0",
"sqlalchemy==1.4.16",
"psycopg2-binary",
"python-dotenv",
Expand Down
2 changes: 1 addition & 1 deletion harvester/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
package_data={"": ["cde_to_goos_eov.json", "goos_eov_to_standard_name.json"]},
install_requires=[
"requests",
"pandas",
"pandas<2.0.0",
"erddapy",
"shapely",
"sqlalchemy",
Expand Down

0 comments on commit 11e46e2

Please sign in to comment.