From 818accee9cf1ed71211150c275657eb8fa825131 Mon Sep 17 00:00:00 2001 From: vyrjana <41105805+vyrjana@users.noreply.github.com> Date: Wed, 14 Dec 2022 09:54:17 +0200 Subject: [PATCH] Updated Dear PyGui version --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index bd56642..191adf2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -dearpygui==1.7.3 +dearpygui==1.8.0 pyimpspec~=3.2 requests~=2.28 xdg~=5.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 96636d1..115ad6e 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def update_file(src: str, dst: str): } dependencies = [ - "dearpygui==1.7.3", # Used to implement the GUI. + "dearpygui==1.8.0", # Used to implement the GUI. "pyimpspec~=3.2", # Used for parsing, fitting, and analyzing impedance spectra. "requests~=2.28", # Used to check package status on PyPI. "xdg~=5.1", # Used to figure out where to place config, state, etc. files.