Skip to content

Commit

Permalink
Remove duplicate Python version requirement from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed May 5, 2022
1 parent 36071d5 commit b183c26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def _get_version():
keywords='jax graph neural networks python machine learning',
packages=find_namespace_packages(exclude=['*_test.py']),
package_data={'jraph': ['ogb_examples/test_data/*']},
python_requires='>=3.6',
install_requires=[
'python_version>="3.6"',
'jax>=0.1.55',
'jaxlib>=0.1.37',
'numpy>=1.18.0',
Expand All @@ -53,7 +53,6 @@ def _get_version():
'ogb_examples': ['dm-haiku>=0.0.2', 'absl-py>=0.9',
'optax>=0.0.1', 'pandas>=1.0.5',
'dm-tree>=0.1.5']},
python_requires='>=3.6',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
Expand Down

0 comments on commit b183c26

Please sign in to comment.