Skip to content

Commit dd17ec5

Browse files
authored
v0.1.0 (#41)
* Update README.md * Update setup.cfg - streamlit is a hard requirement in the code now, so it cannot be optional.
1 parent f5f7eea commit dd17ec5

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ AmadeusGPT is license under the Apache-2.0 license.
128128
- If you already have keypoint file corresponding to the video file, look how we set-up the config file in the Notebooks. Right now we only support keypoint output from DeepLabCut.
129129

130130
## News
131-
- July 2024 0.1.0 is released! This is a major code update ...
131+
- July 2024 [v0.1.0](https://github.com/AdaptiveMotorControlLab/AmadeusGPT/releases/tag/v0.1.0) is released! This is a major code update ...
132132
- June 2024 as part of the CZI EOSS, The Kavli Foundation now supports this work! ✨
133133
- 🤩 Dec 2023, code released!
134134
- 🔥 Our work was accepted to NeuRIPS2023

setup.cfg

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ install_requires =
3434
ipympl
3535
PyYAML
3636
tables
37+
streamlit>=1.26.0
38+
streamlit_drawable_canvas==0.9.2
3739

3840
[options.extras_require]
3941
dev =
@@ -43,10 +45,6 @@ dev =
4345
black
4446
pytest
4547

46-
streamlit =
47-
streamlit>=1.26.0
48-
streamlit_drawable_canvas==0.9.2
49-
5048
[options.package_data]
5149
* = app.py
5250
launch_amadeusGPT
@@ -60,4 +58,4 @@ console_scripts =
6058
launch_amadeusgpt = launch_amadeusGPT:main
6159

6260
[bdist_wheel]
63-
universal=1
61+
universal=1

0 commit comments

Comments
 (0)