Compare commits

...

1 Commits

Author SHA1 Message Date
515215bc95 [setup] fix min isort requirements
the current requirement doesn't match CI

even with isort 5.10.1 `make style` leads to modified code which doesn't match CI.

I tested that 5.12 syncs with CI.
2023-07-26 17:39:50 -07:00

View File

@ -123,7 +123,7 @@ _deps = [
"huggingface-hub>=0.14.1,<1.0",
"importlib_metadata",
"ipadic>=1.0.0,<2.0",
"isort>=5.5.4",
"isort>=5.12",
"jax>=0.2.8,!=0.3.2,<=0.4.13",
"jaxlib>=0.1.65,<=0.4.13",
"jieba",