Skip to content

Commit da1833f

Browse files
authored
Relax pandas dev dependency (#6911)
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`
1 parent 045ba1e commit da1833f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorboard/pip_package/requirements_dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# For tests
1919
grpcio-testing==1.24.3
20-
pandas~=1.0
20+
pandas~=2.0
2121
# For gfile S3 test
2222
boto3==1.9.86
2323
moto==1.3.7

0 commit comments

Comments
 (0)