From 4f233ef97bca4040388e3ae65a37f4f11c19aadc Mon Sep 17 00:00:00 2001 From: jreadey Date: Thu, 25 Apr 2024 13:37:15 -0700 Subject: [PATCH] added requirements.txt --- requirements.txt | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e6629ab --- /dev/null +++ b/requirements.txt @@ -0,0 +1,46 @@ +asttokens==2.4.1 +build==1.2.1 +certifi==2024.2.2 +charset-normalizer==3.3.2 +comm==0.2.2 +debugpy==1.8.1 +decorator==5.1.1 +executing==2.0.1 +flake8==7.0.0 +h5py==3.11.0 +h5pyd @ git+https://github.com/hdfgroup/h5pyd +idna==3.7 +ipykernel==6.29.4 +ipython==8.23.0 +jedi==0.19.1 +jupyter_client==8.6.1 +jupyter_core==5.7.2 +matplotlib-inline==0.1.7 +mccabe==0.7.0 +nest-asyncio==1.6.0 +numpy==1.26.4 +packaging==24.0 +parso==0.8.4 +pexpect==4.9.0 +platformdirs==4.2.1 +prompt-toolkit==3.0.43 +psutil==5.9.8 +ptyprocess==0.7.0 +pure-eval==0.2.2 +pycodestyle==2.11.1 +pyflakes==3.2.0 +Pygments==2.17.2 +PyJWT==2.8.0 +pyproject_hooks==1.0.0 +python-dateutil==2.9.0.post0 +pytz==2024.1 +pyzmq==26.0.2 +requests==2.31.0 +requests-unixsocket==0.3.0 +six==1.16.0 +stack-data==0.6.3 +tornado==6.4 +traitlets==5.14.3 +typing_extensions==4.11.0 +urllib3==2.2.1 +wcwidth==0.2.13