Skip to content

Commit

Permalink
Put min version numbers on requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
pplantinga committed Mar 4, 2021
1 parent 44158a2 commit 7f38ab8
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 @@

setuptools.setup(
name="HyperPyYAML",
version="0.0.1",
version="1.0.0",
description="Extensions to YAML syntax for better python interaction",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/speechbrain/HyperPyYAML",
author="Peter Plantinga, Aku Rouhe",
author_email="speechbrain@gmail.com",
packages=["hyperpyyaml"],
install_requires=["pyyaml", "ruamel.yaml"],
install_requires=["pyyaml>=5.1", "ruamel.yaml>=0.15"],
)

0 comments on commit 7f38ab8

Please sign in to comment.