Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 0d1da09

Browse files
committed
Merge pull request #30 from adrhill:ah/drop_py_constraint
PiperOrigin-RevId: 447717861 Change-Id: If7b2da158d56a4dced6d93122b8b00d4738db9f5
2 parents 4b235ab + b183c26 commit 0d1da09

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ def _get_version():
4141
keywords='jax graph neural networks python machine learning',
4242
packages=find_namespace_packages(exclude=['*_test.py']),
4343
package_data={'jraph': ['ogb_examples/test_data/*']},
44+
python_requires='>=3.6',
4445
install_requires=[
45-
'python_version>="3.6"',
4646
'jax>=0.1.55',
4747
'jaxlib>=0.1.37',
4848
'numpy>=1.18.0',
@@ -53,7 +53,6 @@ def _get_version():
5353
'ogb_examples': ['dm-haiku>=0.0.2', 'absl-py>=0.9',
5454
'optax>=0.0.1', 'pandas>=1.0.5',
5555
'dm-tree>=0.1.5']},
56-
python_requires='>=3.6',
5756
classifiers=[
5857
'Development Status :: 5 - Production/Stable',
5958
'Environment :: Console',

0 commit comments

Comments
 (0)