Skip to content

Commit

Permalink
Relax pandas dev dependency (#6911)
Browse files Browse the repository at this point in the history
This avoids issues during test due to incompatibility between the
installed pandas and numpy versions:

`ValueError: numpy.dtype size changed, may indicate binary
incompatibility. Expected 96 from C header, got 88 from PyObject`
  • Loading branch information
groszewn authored Sep 23, 2024
1 parent 045ba1e commit da1833f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorboard/pip_package/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# For tests
grpcio-testing==1.24.3
pandas~=1.0
pandas~=2.0
# For gfile S3 test
boto3==1.9.86
moto==1.3.7
Expand Down

0 comments on commit da1833f

Please sign in to comment.