Skip to content

Commit 11a984e

Browse files
committed
fix pip dependency syntax
1 parent 0b28044 commit 11a984e

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)