diff options
| author | gdamms <damguillotin@gmail.com> | 2024-05-07 16:28:35 +0200 |
|---|---|---|
| committer | gdamms <damguillotin@gmail.com> | 2024-05-07 16:28:35 +0200 |
| commit | f85a10ad07114b93b7f259a46d5a13dd60f8e6ee (patch) | |
| tree | 495de8560ce057ea2efc4084bd3e4a15fe3680f7 /requirements.txt | |
| parent | 37c468c208cae4b025037b3ae0c6a700fe7b3c9d (diff) | |
| download | diffusion-mnist-f85a10ad07114b93b7f259a46d5a13dd60f8e6ee.tar.gz diffusion-mnist-f85a10ad07114b93b7f259a46d5a13dd60f8e6ee.zip | |
requirements pyqt
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 2eac55c..dce3faf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ torchvision==0.15.2 matplotlib==3.8.0 -rich==13.3.5
\ No newline at end of file +rich==13.3.5 +PyQt5==5.15.10
\ No newline at end of file |
