Spaces:
Running
Running
Pin CAI to specific commit to avoid dynamic wheel naming issues
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -17,10 +17,9 @@ requests>=2.25.0
|
|
| 17 |
ipywidgets>=7.6.0
|
| 18 |
huggingface-hub>=0.20.0
|
| 19 |
datasets>=2.0.0
|
| 20 |
-
# Install CAI (CodonAdaptationIndex) from GitHub. Pin to master
|
| 21 |
-
# build the package name correctly during install.
|
| 22 |
# If this still fails, try installing this dependency separately with:
|
| 23 |
-
# pip install git+https://github.com/Benjamin-Lee/CodonAdaptationIndex.git@master
|
| 24 |
# or clone the repo and run `pip install .` inside it.
|
| 25 |
|
| 26 |
-
git+https://github.com/Benjamin-Lee/CodonAdaptationIndex.git@master
|
|
|
|
| 17 |
ipywidgets>=7.6.0
|
| 18 |
huggingface-hub>=0.20.0
|
| 19 |
datasets>=2.0.0
|
| 20 |
+
# Install CAI (CodonAdaptationIndex) from GitHub. Pin to master branch.
|
|
|
|
| 21 |
# If this still fails, try installing this dependency separately with:
|
| 22 |
+
# pip install git+https://github.com/Benjamin-Lee/CodonAdaptationIndex.git@master
|
| 23 |
# or clone the repo and run `pip install .` inside it.
|
| 24 |
|
| 25 |
+
git+https://github.com/Benjamin-Lee/CodonAdaptationIndex.git@master
|