Skip to content

Commit

Permalink
fix: changing pyyaml-include version to stoip breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
raina-rudra committed Oct 17, 2024
1 parent 22f424a commit 0c064f4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 106 deletions.
129 changes: 25 additions & 104 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jiwer = "^2.2.0"
stanza = "^1.3.0"
thefuzz = "^0.19.0"
xgboost = "^1.5.2"
copier = "^6.0.0"
copier = "7.1.0"
MarkupSafe = "2.0.1"
matplotlib = "^3.5.1"
types-pytz = "^2021.3.5"
Expand All @@ -37,12 +37,13 @@ aiohttp = "^3.8.4"
nest-asyncio = "^1.5.6"
transformers = "4.38.0"
word2number = "^1.1"
pyyaml-include = "1.4.1"

[tool.poetry.dev-dependencies]
pytest = "^7.3.1"
pytest-asyncio = "^0.21.0"
pytest-cov = "^2.10.1"
copier = "^6.0.0"
copier = "7.1.0"
mypy = "^0.982"
httpretty = "^1.0.3"
rope = "^0.18.0"
Expand Down

0 comments on commit 0c064f4

Please sign in to comment.