Skip to content

Commit

Permalink
minor version udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Nov 13, 2024
1 parent 7bfcd7c commit e8c7e23
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AMDirT/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.2"
__version__ = "1.6.3"
1 change: 0 additions & 1 deletion AMDirT/validate/domain/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import json
from numpy import int64
import pandas as pd
from AMDirT.validate import exceptions
from AMDirT.core import logger
Expand Down
2 changes: 1 addition & 1 deletion AMDirT/viewer/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ streamlit
watchdog
streamlit-aggrid
colorlog
amdirt==1.6.1
amdirt==1.6.2
1 change: 0 additions & 1 deletion AMDirT/viewer/streamlit.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from numpy import ALLOW_THREADS
import streamlit as st
import pandas as pd
import os
Expand Down

0 comments on commit e8c7e23

Please sign in to comment.