Skip to content

Commit

Permalink
Bump CFEIntact version
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Jul 29, 2024
1 parent 87aaffb commit 136d9b4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python-levenshtein = "==0.12.0"
pandas = "==2.0.2"
requests = "==2.31.0"
pyyaml = "*"
cfeintact = {ref = "v1.22.0", git = "https://github.com/cfe-lab/CFEIntact"}
cfeintact = {ref = "v1.23.0", git = "https://github.com/cfe-lab/CFEIntact"}

[dev-packages]
pytest = "*"
Expand Down
10 changes: 5 additions & 5 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'python-Levenshtein==0.12.0',
'pandas==2.0.2',
'requests==2.31.0',
'cfeintact @ git+https://github.com/cfe-lab/CFEIntact.git@v1.22.0',
'cfeintact @ git+https://github.com/cfe-lab/CFEIntact.git@v1.23.0',
'pyyaml'
],
package_data={
Expand Down

0 comments on commit 136d9b4

Please sign in to comment.