Skip to content

Commit 9faf5e7

Browse files
authored
Update setup.cfg (#42)
* Update setup.cfg - must be openai >1.0 version * Update setup.cfg - tables > =3.8 is required * Update README.md
1 parent dd17ec5 commit 9faf5e7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ the key dependencies that need installed are:
9999
```python
100100
pip install notebook
101101
conda install hdf5
102+
conda install pytables==3.8
102103
pip install amadeusgpt
103104
```
104105
## Citation

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ packages = find:
2525
include_package_data = True
2626
python_requires = >=3.10
2727
install_requires =
28-
openai
28+
openai>=1.0
2929
opencv-python-headless
30-
cebra
30+
cebra>=0.4.0
3131
umap-learn
3232
cachetools
3333
matplotlib<3.9
3434
ipympl
3535
PyYAML
36-
tables
36+
tables==3.8
3737
streamlit>=1.26.0
3838
streamlit_drawable_canvas==0.9.2
3939

0 commit comments

Comments
 (0)