user73X

Results 1 issues of user73X

现在是:2024年5月份 现在最新的numpy版本是2.4 但是目前在requirements-server.txt文件中,没有指定numpy的版本 如果直接运行会报错 ``` AttributeError: module 'numpy' has no attribute 'bool'. `np.bool` was a deprecated alias for the builtin `bool`. To avoid this error in existing code, use `bool`...