Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Geoffroy Jamgotchian <[email protected]>
  • Loading branch information
geofjamg committed Oct 24, 2023
1 parent 98e892b commit 5a37e0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# actual dependencies
pandas==2.1.1; python_version == "3.12"
pandas==1.5.3; python_version == "3.11"
pandas==1.5.3; python_version != "3.11" and sys_platform == "darwin" and platform_machine == "arm64"
pandas==1.3.5; python_version != "3.11" and (sys_platform != "darwin" or platform_machine != "arm64")
Expand Down

0 comments on commit 5a37e0e

Please sign in to comment.