Skip to content

Commit

Permalink
update numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
gyzhou2000 committed Jul 18, 2024
1 parent 6f5d19e commit 1df8139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def load_extensions():

return extensions

install_requires = ['numpy', 'pandas', 'numba', 'scipy', 'protobuf', 'pyparsing', 'rdkit',
install_requires = ['numpy==1.24', 'pandas', 'numba', 'scipy', 'protobuf', 'pyparsing', 'rdkit',
'tensorboardx', 'pytest', 'tensorlayerx', 'rich', 'tqdm', 'pybind11', 'panda', 'ninja']

classifiers = [
Expand Down

0 comments on commit 1df8139

Please sign in to comment.