diff --git a/pyproject.toml b/pyproject.toml index e1428fc..5d74e31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,49 @@ classifiers = [ ] requires-python = ">=3.8" dependencies = [ - "numpy>=1.25" + "numpy>=1.25", + "mqt.misim @ git+https://github.com/KevinMTO/misim-binding.git", + "asttokens==2.4.1", + "comm==0.2.2", + "contourpy==1.2.0", + "cycler==0.12.1", + "debugpy==1.8.1", + "decorator==5.1.1", + "exceptiongroup==1.2.0", + "executing==2.0.1", + "fonttools==4.45.0", + "graphviz==0.20.1", + "h5py==3.10.0", + "jedi==0.19.1", + "kiwisolver==1.4.5", + "matplotlib==3.8.2", + "matplotlib-inline==0.1.6", + "mpmath==1.3.0", + "nest-asyncio==1.6.0", + "networkx==3.2.1", + "numexpr==2.8.8", + "opt-einsum==3.3.0", + "packaging==23.2", + "parso==0.8.3", + "pexpect==4.9.0", + "Pillow==10.1.0", + "platformdirs==4.2.0", + "prompt-toolkit==3.0.43", + "psutil==5.9.8", + "ptyprocess==0.7.0", + "pure-eval==0.2.2", + "Pygments==2.17.2", + "pyparsing==3.1.1", + "python-dateutil==2.8.2", + "pyzmq==25.1.2", + "scipy==1.11.3", + "six==1.16.0", + "stack-data==0.6.3", + "sympy==1.12", + "tensornetwork==0.4.6", + "tornado==6.4", + "traitlets==5.14.2", + "wcwidth==0.2.13" ] dynamic = ["version"]