Skip to content

Commit 04f18fa

Browse files
authored
Merge pull request #154 from SPAAM-community/patch-1.6.1
Patch 1.6.1
2 parents 7a831c5 + 68da26a commit 04f18fa

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.gitpod.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# This configuration file was automatically generated by Gitpod.
2+
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
3+
# and commit this file to your remote git repository to share the goodness with others.
4+
5+
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
6+
7+
tasks:
8+
- init: pip install .
9+
10+

AMDirT/__init__.py

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

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.4
11+
amdirt==1.6.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get_version(rel_path):
3333
"tabulate",
3434
"jsonschema",
3535
"rich",
36-
"streamlit",
36+
"streamlit<=1.35.0",
3737
"streamlit-aggrid",
3838
"numpy",
3939
"requests",

0 commit comments

Comments
 (0)