Skip to content

Commit e8c7e23

Browse files
committed
minor version udpate
1 parent 7bfcd7c commit e8c7e23

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

AMDirT/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.2"
1+
__version__ = "1.6.3"

AMDirT/validate/domain/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import json
2-
from numpy import int64
32
import pandas as pd
43
from AMDirT.validate import exceptions
54
from AMDirT.core import logger

AMDirT/viewer/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ streamlit
88
watchdog
99
streamlit-aggrid
1010
colorlog
11-
amdirt==1.6.1
11+
amdirt==1.6.2

AMDirT/viewer/streamlit.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from numpy import ALLOW_THREADS
21
import streamlit as st
32
import pandas as pd
43
import os

0 commit comments

Comments
 (0)