Commit 17d94134 authored by VIGNESHinZONE's avatar VIGNESHinZONE
Browse files

test commit

parent 6f065998
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -9,9 +9,6 @@ else:
  # Build a nightly package by default.
  IS_RELEASE = False

# Environment-specific dependencies.
extras = {'jax': ['dm-haiku==0.0.3', 'optax==0.0.8']}


# get the version from deepchem/__init__.py
def _get_version():
@@ -72,5 +69,4 @@ setup(
        'scikit-learn',
        'scipy',
    ],
    extras_require=extras,
    python_requires='>=3.5')