diff --git a/Pipfile b/Pipfile deleted file mode 100644 index 934e39d3f96df693e6357debe7667a1d080442dd..0000000000000000000000000000000000000000 --- a/Pipfile +++ /dev/null @@ -1,20 +0,0 @@ -[[source]] -url = "https://pypi.python.org/simple" -verify_ssl = true -name = "pypi" - -[packages] -numpy = "*" -matplotlib = "*" -pandas = "*" -seaborn = "*" -tqdm = "*" -scipy = "*" -jupyterlab = "*" -ipywidgets = "*" -jax = "*" -jaxlib = "*" -pyehm = "*" - -[requires] -python_version = "3.8" diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..495c6ca1c8d6123d07128286b4434f2215126c23 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +jax == 0.2.24 +jaxlib == 0.1.73 +pyehm == 0.1b1 +pdoc3 == 0.10.0 +cmake == 3.21.4