Skip to content

Commit de22b8b

Browse files
authored
Update setup.cfg + rv0.1.1c2 (#44)
* Update setup.cfg * Update setup.cfg * Update pyproject.toml * Update version.py
1 parent 47d51fd commit de22b8b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

amadeusgpt/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
#
77
# Licensed under Apache 2.0
88

9-
__version__ = "0.1.1rc1"
9+
__version__ = "0.1.1rc2"
1010
VERSION = __version__

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "AmadeusGPT"
77
readme = "README.md"
88
requires-python = ">=3.10"
99
dynamic = ["version"]
10-
version = "0.1.1rc1"
10+
version = "0.1.1rc2"
1111

1212
[tool.setuptools]
1313
packages = ["amadeusgpt"]

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = amadeusgpt
3-
version = 0.1.1rc1
3+
version = 0.1.1rc2
44
author = Shaokai Ye, Jessy Lauer, Mu Zhou, Alexander Mathis, Mackenzie Mathis
55
author_email = [email protected]
66
description = AmadeusGPT🎻: We turn natural language descriptions of behaviors into machine-executable code
@@ -33,9 +33,9 @@ install_requires =
3333
matplotlib<3.9
3434
ipympl
3535
PyYAML
36-
tables==3.8
3736
streamlit>=1.26.0
3837
streamlit_drawable_canvas==0.9.2
38+
#TONOTE: tables is required via conda install
3939

4040
[options.extras_require]
4141
dev =

0 commit comments

Comments
 (0)