Skip to content

Commit

Permalink
Hotfix/missing dep colab (#85)
Browse files Browse the repository at this point in the history
* Fixed dash version
  • Loading branch information
eugeniashurko committed Jul 30, 2021
1 parent a840adb commit e41b415
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 773 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ You can install both :code:`graph-tool` and the Facebook :code:`Faiss` library b

::

conda create --name <your_environment> -c conda-forge graph-tool faiss python=<your_python>
conda create --name <your_environment> -c conda-forge graph-tool==2.37 faiss python=<your_python>
conda activate <your_environment>


Expand Down
Loading

0 comments on commit e41b415

Please sign in to comment.