diff options
| author | Andrew Guschin <guschin@altlinux.org> | 2024-10-28 19:22:34 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin@altlinux.org> | 2024-10-28 19:25:29 +0400 |
| commit | 4471a89bef824e9f9886228718fae99bff6c35e7 (patch) | |
| tree | 47923493944b70d1044ba44473719d940829dacc /drawer/requirements.lock | |
| parent | 25d3c40871c9bca9e4bee1b767c8a1480d05c701 (diff) | |
feat: add program for visualizing graphs
Diffstat (limited to 'drawer/requirements.lock')
| -rw-r--r-- | drawer/requirements.lock | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/drawer/requirements.lock b/drawer/requirements.lock new file mode 100644 index 0000000..94671b2 --- /dev/null +++ b/drawer/requirements.lock @@ -0,0 +1,37 @@ +# generated by rye +# use `rye lock` or `rye sync` to update this lockfile +# +# last locked with the following flags: +# pre: false +# features: [] +# all-features: false +# with-sources: false +# generate-hashes: false +# universal: false + +-e file:. +contourpy==1.3.0 + # via matplotlib +cycler==0.12.1 + # via matplotlib +fonttools==4.54.1 + # via matplotlib +kiwisolver==1.4.7 + # via matplotlib +matplotlib==3.9.2 + # via drawer +networkx==3.4.2 + # via drawer +numpy==2.1.2 + # via contourpy + # via matplotlib +packaging==24.1 + # via matplotlib +pillow==11.0.0 + # via matplotlib +pyparsing==3.2.0 + # via matplotlib +python-dateutil==2.9.0.post0 + # via matplotlib +six==1.16.0 + # via python-dateutil |