Skip to content

Commit 39a00e1

Browse files
committed
updates to proj configs files
1 parent 17377f8 commit 39a00e1

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

conda/amadesuGPT-cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: amadeusgpt-cpu
33
channels:
44
- defaults
55
dependencies:
6-
- python<3.10
6+
- python==3.10
77
- pytables==3.8.0
88
- hdf5
99
- pip

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.0.2"
10+
version = "0.1.0"
1111

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

setup.cfg

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = amadeusgpt
3-
version = 0.0.3
3+
version = 0.1.0
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
@@ -25,13 +25,13 @@ packages = find:
2525
include_package_data = True
2626
python_requires = >=3.10
2727
install_requires =
28-
openai # 0.03 is compatible with the newest openai
29-
opencv-python-headless # 0.02
30-
cebra # 0.02
31-
moviepy # 0.02
28+
openai
29+
opencv-python-headless
30+
cebra
31+
moviepy
3232
umap-learn
33-
cachetools # 0.03
34-
matplotlib<3.9 # for cmap to work
33+
cachetools
34+
matplotlib<3.9
3535
ipympl
3636

3737
[options.extras_require]

0 commit comments

Comments
 (0)