From 3a3ceb1f4efa144a15d123e9051b749ac0039c42 Mon Sep 17 00:00:00 2001 From: Maciej Wielgosz <maciej.wielgosz@nibio.no> Date: Thu, 25 May 2023 10:08:46 +0200 Subject: [PATCH] req --- requirements.txt | 162 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 162 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..ec7c920 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,162 @@ +aiohttp==3.8.4 +aiosignal==1.3.1 +antlr4-python3-runtime==4.9.3 +appdirs==1.4.4 +asteval==0.9.29 +astroid==2.12.9 +asttokens==2.0.8 +async-timeout==4.0.2 +attrs==22.1.0 +autopep8==1.7.0 +backcall==0.2.0 +Cerberus==1.3.4 +certifi==2022.12.7 +cffi==1.15.1 +chamfer-distance==0.1 +charset-normalizer==3.0.1 +circuitbreaker==1.4.0 +click==8.1.3 +cloudpickle==2.2.1 +comm==0.1.2 +contourpy==1.0.7 +cryptography==39.0.2 +cycler==0.11.0 +Cython==0.29.34 +debugpy==1.6.6 +decorator==5.1.1 +dill==0.3.5.1 +doc8==1.0.0 +docker-pycreds==0.4.0 +docutils==0.19 +executing==1.0.0 +fonttools==4.39.0 +frozenlist==1.3.3 +fsspec==2023.1.0 +fvcore==0.1.5.post20221221 +gitdb==4.0.10 +GitPython==3.1.31 +h5py==3.8.0 +hdbscan==0.8.29 +hydra-core==1.3.2 +idna==3.4 +imageio==2.28.1 +importlib-metadata==6.0.0 +importlib-resources==5.12.0 +inflection==0.5.1 +iniconfig==1.1.1 +iopath==0.1.10 +ipykernel==6.21.2 +ipython==8.5.0 +isort==5.10.1 +jedi==0.18.1 +Jinja2==3.1.2 +joblib==1.2.0 +jsonpickle==3.0.1 +jsonschema==4.17.3 +jupyter-client==8.0.3 +jupyter-core==5.2.0 +kiwisolver==1.4.4 +laspy==2.4.1 +lazy-loader==0.2 +lazy-object-proxy==1.7.1 +lightning-utilities==0.7.1 +Markdown==3.4.3 +MarkupSafe==2.1.2 +matplotlib==3.7.1 +matplotlib-inline==0.1.6 +mccabe==0.7.0 +mdutils==1.6.0 +multidict==6.0.4 +nest-asyncio==1.5.6 +networkx==3.0 +ninja==1.11.1 +numpy==1.24.2 +nvidia-cublas-cu11==11.10.3.66 +nvidia-cuda-nvrtc-cu11==11.7.99 +nvidia-cuda-runtime-cu11==11.7.99 +nvidia-cudnn-cu11==8.5.0.96 +oci==2.102.0 +ocifs==1.2.1 +omegaconf==2.3.0 +opencv-python==4.7.0.72 +oracle-ads==2.8.5 +packaging==21.3 +pandas==1.5.3 +parse==1.19.0 +parso==0.8.3 +pathtools==0.1.2 +pbr==5.10.0 +pexpect==4.8.0 +pickleshare==0.7.5 +Pillow==9.4.0 +pkgutil-resolve-name==1.3.10 +platformdirs==2.5.2 +pluggy==1.0.0 +plyfile==0.8.1 +portalocker==2.7.0 +prompt-toolkit==3.0.31 +protobuf==4.22.0 +psutil==5.9.4 +ptyprocess==0.7.0 +pure-eval==0.2.2 +py==1.11.0 +pycodestyle==2.9.1 +pycparser==2.21 +pyg-lib==0.1.0+pt113cu117 +Pygments==2.13.0 +pylint==2.15.2 +pyOpenSSL==23.1.1 +pyparsing==3.0.9 +pyrsistent==0.19.3 +pytest==7.1.3 +python-dateutil==2.8.2 +python-jsonschema-objects==0.4.2 +pytoolconfig==1.2.2 +pytorch-lightning==1.9.3 +pytorch3d==0.3.0 +pytz==2022.7.1 +pyvis==0.3.2 +PyWavelets==1.4.1 +PyYAML==6.0 +pyzmq==25.0.0 +requests==2.28.2 +restructuredtext-lint==1.4.0 +rope==1.3.0 +scikit-image==0.20.0 +scikit-learn==1.2.2 +scikit-spatial==7.0.0 +scipy==1.10.1 +sentry-sdk==1.16.0 +setproctitle==1.3.2 +six==1.16.0 +smmap==5.0.0 +stack-data==0.5.0 +stevedore==4.0.0 +style==1.1.0 +tabulate==0.9.0 +termcolor==2.2.0 +threadpoolctl==3.1.0 +tifffile==2023.4.12 +toml==0.10.2 +tomli==2.0.1 +tomlkit==0.11.4 +torch==1.13.1 +torch-cluster==1.6.0+pt113cu117 +torch-geometric==2.2.0 +torch-scatter==2.1.0+pt113cu117 +torch-sparse==0.6.16+pt113cu117 +torch-spline-conv==1.2.1+pt113cu117 +torchmetrics==0.11.3 +torchvision==0.14.1 +tornado==6.2 +tqdm==4.64.1 +traitlets==5.4.0 +typing-extensions==4.3.0 +update==0.0.1 +urllib3==1.26.14 +wandb==0.14.2 +wcwidth==0.2.5 +wrapt==1.14.1 +yacs==0.1.8 +yarl==1.8.2 +zipp==3.15.0 -- GitLab