4 lines
136 B
Plaintext
4 lines
136 B
Plaintext
# Numpy and scipy can't be installed in the same pip run.
|
|
# Install numpy before other things to help resolve the problem.
|
|
numpy==1.6.2
|