-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Fix reshape interoperability test (#17155) #17346
Conversation
* fix reshape interoperability test * fix for scipy import
ci/docker/install/docs_requirements
Outdated
@@ -26,11 +26,11 @@ h5py==2.8.0rc1 | |||
mock==2.0.0 | |||
nose==1.3.7 | |||
nose-timer==0.7.3 | |||
numpy>1.16.0,<2.0.0 | |||
numpy>1.16.0,<1.18.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is there a restriction on the numpy version? I think it has been fixed in master.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was told it was this PR's fix that helped resolve the issue #17154
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
matplotlib 2.2.4 has requirement python-dateutil>=2.1, but you'll have python-dateutil 1.5 which is incompatible
needs fixing
Weird thing On the same branch python-dateutil==2.7.2 has been pinned... not sure why it doesn't pick that up. |
Closing in favor of #17426 |
fix reshape interoperability test
fix for scipy import
Description
To fix the numpy.decorator issue in #17286
@haojin2 @frankfliu @reminisce