Skip to content

Commit

Permalink
update tov2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangyan93 committed May 24, 2024
1 parent 1e0e19d commit 7614985
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mgktools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# -*- coding: utf-8 -*-


__version__ = '2.1.0'
__version__ = '2.1.1'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read(*filenames, **kwargs):
setuptools.setup(
name='mgktools',
version=__version__,
python_requires='>=3.8',
python_requires='>=3.10',
install_requires=[
'scikit-learn>=0.24.1',
'tqdm>=4.62.0',
Expand Down Expand Up @@ -53,7 +53,7 @@ def read(*filenames, **kwargs):
description='Marginalized graph kernel library for molecular property prediction',
long_description=long_description,
url='https://github.com/xiangyan93/mgktools',
packages=setuptools.find_packages(),
packages=setuptools.find_namespace_packages(include=['mgktools', 'mgktools.*']),
classifiers=[
'Programming Language :: Python',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 7614985

Please sign in to comment.