Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Pin numpy<=1.19.5 in requirement_dev #689

Merged
merged 7 commits into from
Feb 1, 2021
Merged

Conversation

jiafatom
Copy link
Collaborator

@jiafatom jiafatom commented Feb 1, 2021

Fix nightly build failure since 1/30/2021. For numpy 1.20.0:
DeprecationWarning: np.object is a deprecated alias for the builtin object. To silence this warning, use object by itself. Doing this will not modify any behavior and is safe.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
Then it throws errors when defining keras models.
So use numpy 1.19.5 in our nightly build.

@jiafatom jiafatom changed the title [WIP] Fix nightly build failure since 1/30/2021 Pin numpy<=1.19.5 in requirement_dev Feb 1, 2021
@jiafatom
Copy link
Collaborator Author

jiafatom commented Feb 1, 2021

I manually start the UT, and all passed.

@jiafatom jiafatom requested a review from wenbingl February 1, 2021 16:57
@wenbingl wenbingl merged commit 4edf53c into onnx:master Feb 1, 2021
@jiafatom jiafatom deleted the numpy195 branch February 1, 2021 18:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants