Skip to content

Commit

Permalink
Update pyproject.toml to fix pandas version issue on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoArkadeep authored Apr 14, 2024
1 parent f85aabe commit f529341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ requires = [
"wellpathpy",
"matplotlib",
"numpy",
"pandas",
"pandas==2.1.1",
"scipy"
]
test_requires = [
Expand All @@ -49,7 +49,7 @@ test_requires = [
"wellpathpy",
"matplotlib",
"numpy",
"pandas",
"pandas==2.1.1",
"scipy"

]
Expand Down

0 comments on commit f529341

Please sign in to comment.