Skip to content

Commit

Permalink
Revert "First iteration of Learn library (#974)" (#1096)
Browse files Browse the repository at this point in the history
This reverts commit 216ca7d.
  • Loading branch information
niloc132 committed Aug 21, 2021
1 parent 216ca7d commit 8addc73
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 1,579 deletions.
238 changes: 0 additions & 238 deletions Integrations/python/deephaven/learn/__init__.py

This file was deleted.

3 changes: 1 addition & 2 deletions Integrations/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,5 @@ def normalize_version(ver):
packages=find_packages(exclude=['docs', 'test']),
install_requires=['deephaven-jpy=={}'.format(__normalized_version__),
'numpy', 'dill>=0.2.8', 'wrapt', 'pandas', 'numba;python_version>"3.0"',
'enum34;python_version<"3.4"',
'torch', 'torchsummary', 'torchvision', 'scikit-learn', 'tensorflow', 'statsmodels'],
'enum34;python_version<"3.4"'],
)

This file was deleted.

Loading

0 comments on commit 8addc73

Please sign in to comment.