Skip to content

Commit

Permalink
update wechsel to 0.0.4
Browse files Browse the repository at this point in the history
- see CPJKU/wechsel#2
- also, need to manually track fasstext and install it with pip rather
  than poetry. see python-poetry/poetry#6113
  • Loading branch information
thesofakillers committed Jan 16, 2023
1 parent b5ab48e commit f2010fb
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 5 deletions.
119 changes: 116 additions & 3 deletions poetry.lock

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

4 changes: 3 additions & 1 deletion pyproject.toml
Expand Up @@ -13,11 +13,13 @@ hydra-core = "^1.2.0"
googletrans = "3.1.0a0"
termcolor = "^2.1.0"
pybind11 = "^2.10.1"
wechsel = "^0.0.3"
matplotlib = "^3.6.2"
wandb = "^0.13.7"
torch = "^1.13.1"
pytorch-lightning = "^1.8.6"
fasttext-wheel = "^0.9.2"
fasttext = "^0.9.2"
wechsel = ">=0.0.4"

[tool.poetry.dev-dependencies]
jupyterlab = "^3.4.3"
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Expand Up @@ -14,6 +14,7 @@ cycler==0.11.0 ; python_version >= "3.8" and python_version < "4.0"
datasets==2.8.0 ; python_version >= "3.8" and python_version < "4.0"
dill==0.3.6 ; python_version >= "3.8" and python_version < "4.0"
docker-pycreds==0.4.0 ; python_version >= "3.8" and python_version < "4.0"
fasttext-wheel==0.9.2 ; python_version >= "3.8" and python_version < "4.0"
fasttext==0.9.2 ; python_version >= "3.8" and python_version < "4.0"
filelock==3.9.0 ; python_version >= "3.8" and python_version < "4.0"
fonttools==4.38.0 ; python_version >= "3.8" and python_version < "4.0"
Expand Down Expand Up @@ -91,7 +92,7 @@ transformers==4.25.1 ; python_version >= "3.8" and python_version < "4.0"
typing-extensions==4.4.0 ; python_version >= "3.8" and python_version < "4.0"
urllib3==1.26.14 ; python_version >= "3.8" and python_version < "4"
wandb==0.13.8 ; python_version >= "3.8" and python_version < "4.0"
wechsel==0.0.3 ; python_version >= "3.8" and python_version < "4.0"
wechsel==0.0.4 ; python_version >= "3.8" and python_version < "4.0"
wheel==0.38.4 ; python_version >= "3.8" and python_version < "4.0" and platform_system == "Linux"
xxhash==3.2.0 ; python_version >= "3.8" and python_version < "4.0"
yarl==1.8.2 ; python_version >= "3.8" and python_version < "4.0"
Expand Down

0 comments on commit f2010fb

Please sign in to comment.