You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update version numbers to 0.2.9-rc1, update python dependencies (databricks#124)
* Update version number to 0.2.9-rc1, update pandas version from
0.19.0 -> 0.19.1
* Update readme to indicate that pandas is now a tensorframes dependency
* Update python dependencies to specify minimum version requirements instead of absolute version requirements
- (Optional) pandas >= 0.19.1 if you want to use the python interface
44
+
43
45
- (Optional) the [Nix package manager](http://nixos.org/nix/) if you want to guarantee a fully reproducible build environment. This is the environment that will be used for reproducing bugs.
44
46
45
47
Additionally, if you want to run unit tests for python, you need the following dependencies:
@@ -52,7 +54,7 @@ Additionally, if you want to run unit tests for python, you need the following d
52
54
Assuming that `SPARK_HOME` is set, you can use PySpark like any other Spark package.
0 commit comments