Skip to content

Commit

Permalink
relax rdkit version restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
bddap committed May 9, 2023
1 parent 801a117 commit 7d3bc7b
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 @@ -29,7 +29,7 @@ def list_package_files() -> List[str]:

setup(
name="rdkit-stubs",
version="0.1",
version="0.2",
description="type stubs for rdkit",
author="Andrew Dirksen",
author_email="[email protected]",
Expand All @@ -42,6 +42,6 @@ def list_package_files() -> List[str]:
"Typing :: Stubs Only",
"Programming Language :: Python :: 3.10",
],
install_requires=["rdkit==2022.03.3"],
install_requires=["rdkit"],
long_description=long_description,
)

0 comments on commit 7d3bc7b

Please sign in to comment.