File tree Expand file tree Collapse file tree 9 files changed +609
-622
lines changed Expand file tree Collapse file tree 9 files changed +609
-622
lines changed Original file line number Diff line number Diff line change 4
4
python-version :
5
5
description : ' Python version.'
6
6
required : true
7
- default : ' 3.8 '
7
+ default : ' 3.9 '
8
8
runs :
9
9
using : " composite"
10
10
steps :
Original file line number Diff line number Diff line change 12
12
- name : set up python environment and install dependencies
13
13
uses : ./.github/actions/camel_install
14
14
with :
15
- python-version : " 3.8 "
15
+ python-version : " 3.9 "
16
16
- name : Build
17
17
shell : bash
18
18
run : poetry build
Original file line number Diff line number Diff line change 14
14
- name : Set up Python environment and install dependencies
15
15
uses : ./.github/actions/camel_install
16
16
with :
17
- python-version : " 3.8 "
17
+ python-version : " 3.9 "
18
18
- name : Sphinx build
19
19
run : |
20
20
cd docs
Original file line number Diff line number Diff line change 14
14
- name : Set up Python environment and install dependencies
15
15
uses : ./.github/actions/camel_install
16
16
with :
17
- python-version : " 3.8 "
17
+ python-version : " 3.9 "
18
18
- name : Run pre-commit
19
19
run : poetry run pre-commit run --all-files
Original file line number Diff line number Diff line change 22
22
- name : Set up Python environment and install dependencies
23
23
uses : ./.github/actions/camel_install
24
24
with :
25
- python-version : " 3.8 "
25
+ python-version : " 3.9 "
26
26
- name : Run pytest
27
27
env :
28
28
OPENAI_API_KEY : " ${{ secrets.OPENAI_API_KEY }}"
40
40
- name : Set up Python environment and install dependencies
41
41
uses : ./.github/actions/camel_install
42
42
with :
43
- python-version : " 3.8 "
43
+ python-version : " 3.9 "
44
44
- name : Run pytest
45
45
env :
46
46
OPENAI_API_KEY : " ${{ secrets.OPENAI_API_KEY }}"
Original file line number Diff line number Diff line change 20
20
- name : Set up Python environment and install dependencies
21
21
uses : ./.github/actions/camel_install
22
22
with :
23
- python-version : " 3.8 "
23
+ python-version : " 3.9 "
24
24
- name : Run pytest
25
25
env :
26
26
OPENAI_API_KEY : " ${{ secrets.OPENAI_API_KEY }}"
40
40
- name : Set up Python environment and install dependencies
41
41
uses : ./.github/actions/camel_install
42
42
with :
43
- python-version : " 3.8 "
43
+ python-version : " 3.9 "
44
44
- name : Run pytest
45
45
env :
46
46
OPENAI_API_KEY : " ${{ secrets.OPENAI_API_KEY }}"
60
60
- name : Set up Python environment and install dependencies
61
61
uses : ./.github/actions/camel_install
62
62
with :
63
- python-version : " 3.8 "
63
+ python-version : " 3.9 "
64
64
- name : Run pytest
65
65
env :
66
66
OPENAI_API_KEY : " ${{ secrets.OPENAI_API_KEY }}"
Original file line number Diff line number Diff line change 104
104
Install ` CAMEL` from source with conda and pip:
105
105
` ` ` sh
106
106
# Create a conda virtual environment
107
- conda create --name camel python=3.10
107
+ conda create --name camel python=3.9
108
108
109
109
# Activate CAMEL conda environment
110
110
conda activate camel
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ repository = "https://github.com/camel-ai/camel"
27
27
documentation = " https://docs.camel-ai.org"
28
28
29
29
[tool .poetry .dependencies ]
30
- python = " >=3.8.1 ,<3.12"
30
+ python = " >=3.9.0 ,<3.12"
31
31
numpy = " ^1"
32
32
openai = " ^1.2.3"
33
33
tiktoken = " ^0.7.0"
You can’t perform that action at this time.
0 commit comments