Skip to content

Commit

Permalink
downgrade all dependencies to the last versions that worked
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Martinović committed May 23, 2023
1 parent 4e91785 commit 6602c79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
name: shorten raw input
command: >
cd gerstnerhungarian &&
pip install typing-extensions==4.6.0 &&
cldfbench gerstnerhungarian.map
--concepticon=../concepticon/concepticon-data
- run:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
'gerstnerhungarian=gerstnerhungariancommands'
]
},
install_requires=[["pylexibank>=3.0", "pysem>=0.6.0", "spacy>=3.5.1",
"epitran>=1.24", "tqdm>=4.65.0", "lingpy<=2.6.9"]
install_requires=[["pylexibank==3.0", "pysem==0.6.0", "spacy==3.5.1",
"epitran==1.24", "tqdm==4.65.0", "lingpy==2.6.9"]
],
extras_require={
'test': [
Expand Down

0 comments on commit 6602c79

Please sign in to comment.