Skip to content

Commit

Permalink
refactor(being more accurate with pydantic version):
Browse files Browse the repository at this point in the history
  • Loading branch information
pchaumeil committed Jul 5, 2023
1 parent 1ef29e0 commit 9b409f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def readme():
'gtdbtk = gtdbtk.__main__:main'
]
},
install_requires=["dendropy>=4.1.0", 'numpy>=1.9.0', 'tqdm>=4.35.0', 'pydantic>=1.9.2,<2'],
install_requires=["dendropy>=4.1.0", 'numpy>=1.9.0', 'tqdm>=4.35.0', 'pydantic>=1.9.2,<2.0a1'],
license=meta['license'],
long_description=readme(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 9b409f0

Please sign in to comment.