Skip to content

Commit

Permalink
Merge pull request #531 from Ecogenomics/staging
Browse files Browse the repository at this point in the history
refactor(being more accurate with pydantic version):
  • Loading branch information
pchaumeil authored Jul 5, 2023
2 parents 2ded0f9 + 9b409f0 commit 50ac357
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 50ac357

Please sign in to comment.