"git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "8ede3e1e9859227024ab31888a436b5a0196c999"
Unverified Commit c974742c authored by Nikita Shulga's avatar Nikita Shulga Committed by GitHub
Browse files

[CI] Tweak numpy constraints (#7212)

parent 87ec8048
......@@ -23,7 +23,8 @@ requirements:
run:
- python
- defaults::numpy >=1.11
- defaults::numpy >=1.11 # [py <= 310]
- numpy >=1.23.5 # [py >= 311]
- requests
- libpng
- ffmpeg >=4.2 # [not win]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment