Skip to content

Commit

Permalink
Merge pull request #20 from antoinedemathelin/master
Browse files Browse the repository at this point in the history
fix: Remove tests from package
  • Loading branch information
antoinedemathelin authored Feb 10, 2022
2 parents d28710d + c5f6c03 commit e919420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

setup(
name='adapt',
version='0.3.0',
version='0.3.1',
description='Awesome Domain Adaptation Python Toolbox for Tensorflow and Scikit-learn',
url='https://github.com/adapt-python/adapt.git',
author='Antoine de Mathelin',
author_email='[email protected]',
license='BSD-2',
packages=find_packages(),
packages=find_packages(exclude=["tests"]),
install_requires=["numpy>=1.16", "scipy>=1.0", "tensorflow>=2.0", "scikit-learn>=0.2", "cvxopt>=1.2"],
zip_safe=False,
long_description=long_description,
Expand Down

0 comments on commit e919420

Please sign in to comment.