Skip to content

Commit

Permalink
Merge pull request #230 from deephealthproject/develop
Browse files Browse the repository at this point in the history
Add hard version dependencies
  • Loading branch information
salvacarrion authored Dec 9, 2020
2 parents ced27c2 + 4bc64c2 commit 7995de5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ channels:
- anaconda
dependencies:
- cmake>=3.9.2
- eigen>=3.3.7
- protobuf
- libprotobuf # We need to avoid problems with paths (idk why)
- eigen==3.3.7
- protobuf==3.11.4
- libprotobuf==3.11.4 # We need to avoid problems with paths (idk why)
- zlib
- cudatoolkit
- gtest
Expand Down

0 comments on commit 7995de5

Please sign in to comment.