Browse Source

need to change this requirement, so we can use it in python3.7

Dimitri Korsch 1 year ago
parent
commit
bc8f953ace
2 changed files with 2 additions and 2 deletions
  1. 1 1
      cvargparse/_version.py
  2. 1 1
      requirements.txt

+ 1 - 1
cvargparse/_version.py

@@ -1 +1 @@
-__version__ = "0.5.0"
+__version__ = "0.5.1"

+ 1 - 1
requirements.txt

@@ -1 +1 @@
-pyaml
+PyYAML~=5.1