mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-12 12:12:04 +08:00
MAINT: Rename ALL the things.
zipline.modelling.* -> zipline.pipeline.* zipline.data.ffc.loaders -> zipline.pipeline.loaders tests/modelling -> tests/pipeline
This commit is contained in:
@@ -34,13 +34,13 @@ bottleneck==1.0.0
|
||||
|
||||
contextlib2==0.4.0
|
||||
|
||||
# Graph algorithms used by zipline.modelling
|
||||
# Graph algorithms used by zipline.pipeline
|
||||
networkx==1.9.1
|
||||
|
||||
# NumericalExpression modelling terms.
|
||||
# NumericalExpression pipeline terms.
|
||||
numexpr==2.4.3
|
||||
|
||||
# On disk storage format for modelling data.
|
||||
# On disk storage format for pipeline data.
|
||||
bcolz==0.10.0
|
||||
|
||||
# Command line interface helper
|
||||
|
||||
Reference in New Issue
Block a user