diff --git a/requirements-dev.txt b/requirements-dev.txt deleted file mode 100644 index 637434d..0000000 --- a/requirements-dev.txt +++ /dev/null @@ -1,6 +0,0 @@ -pytest==6.2.5 # see https://github.com/pytest-dev/pytest/issues/9621 -pytest-forked -pytest-asyncio==0.16.0 -black==22.3.0 -isort==5.10.1 -psutil \ No newline at end of file diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index e553c61..0000000 --- a/requirements.txt +++ /dev/null @@ -1,9 +0,0 @@ -torch>=1.12 -bitsandbytes==0.34.0 -accelerate==0.10.0 -huggingface-hub==0.7.0 -transformers==4.21.3 -protobuf>=3.20.3,<4.0dev -hivemind>=1.1.3 -humanfriendly -async-timeout>=4.0.2 diff --git a/setup.cfg b/setup.cfg index 5288fb8..600bbb4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ install_requires = huggingface-hub==0.7.0 transformers==4.21.3 protobuf>=3.20.3,<4.0dev - hivemind>=1.1.3 + hivemind==1.1.4 humanfriendly async-timeout>=4.0.2