Skip to content

Commit

Permalink
Updated Dear PyGui version
Browse files Browse the repository at this point in the history
  • Loading branch information
vyrjana committed Dec 14, 2022
1 parent ea657e9 commit 818acce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dearpygui==1.7.3
dearpygui==1.8.0
pyimpspec~=3.2
requests~=2.28
xdg~=5.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 818acce

Please sign in to comment.