diff --git a/pyproject.toml b/pyproject.toml index 56a90cd..3c75a54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ dependencies = [ 'pyyaml>=5.0', 'h5py', - 'qcip-tools @ git+https://github.com/pierre-24/qcip_tools.git@v0.7.0', + 'qcip-tools @ git+https://github.com/pierre-24/qcip_tools.git@v0.7.1', 'prompt_toolkit==1.0.15', 'pandas>=1.2', 'scipy>=1.7', diff --git a/requirements.txt b/requirements.txt index 9f86da0..fcfb251 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.9 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile requirements.in @@ -42,8 +42,6 @@ idna==3.4 # via requests imagesize==1.4.1 # via sphinx -importlib-metadata==5.1.0 - # via sphinx jinja2==3.1.2 # via sphinx markupsafe==2.1.1 @@ -91,7 +89,7 @@ pytz==2022.6 # pandas pyyaml==6.0 # via nachos -qcip-tools @ git+https://github.com/pierre-24/qcip_tools.git@v0.7.0 +qcip-tools @ git+https://github.com/pierre-24/qcip_tools.git@v0.7.1 # via nachos requests==2.28.1 # via @@ -142,5 +140,3 @@ urllib3==1.26.13 # via requests wcwidth==0.2.5 # via prompt-toolkit -zipp==3.11.0 - # via importlib-metadata