saketh11 commited on
Commit
6c04df8
·
1 Parent(s): 93889e0

Pin CAI to specific commit to avoid dynamic wheel naming issues

Browse files
Files changed (1) hide show
  1. 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 and provide an egg name to help pip
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#egg=CAI
24
  # or clone the repo and run `pip install .` inside it.
25
 
26
- git+https://github.com/Benjamin-Lee/CodonAdaptationIndex.git@master#egg=CAI
 
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