Skip to content

Commit ea3e0da

Browse files
authored
Merge pull request #10 from qazwsxal/main
fix pip dependency syntax
2 parents 0b28044 + 11a984e commit ea3e0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ dependencies:
2222
# - dgl-cudaXX.X # Replace XX.X with the version of cudatoolkit installed by 'conda install pytorch -c pytorch -c conda-forge' directly above
2323
- pip:
2424
- -e .
25-
- -r file:requirements.txt
25+
- -r requirements.txt

0 commit comments

Comments
 (0)