We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd17ec5 commit 9faf5e7Copy full SHA for 9faf5e7
README.md
@@ -99,6 +99,7 @@ the key dependencies that need installed are:
99
```python
100
pip install notebook
101
conda install hdf5
102
+conda install pytables==3.8
103
pip install amadeusgpt
104
```
105
## Citation
setup.cfg
@@ -25,15 +25,15 @@ packages = find:
25
include_package_data = True
26
python_requires = >=3.10
27
install_requires =
28
- openai
+ openai>=1.0
29
opencv-python-headless
30
- cebra
+ cebra>=0.4.0
31
umap-learn
32
cachetools
33
matplotlib<3.9
34
ipympl
35
PyYAML
36
- tables
+ tables==3.8
37
streamlit>=1.26.0
38
streamlit_drawable_canvas==0.9.2
39
0 commit comments