diff --git a/dev/requirements.txt b/dev/requirements.txt index ea073b6b96c38..79a7062431200 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -44,6 +44,3 @@ PyGithub # pandas API on Spark Code formatter. black py - -# affirm pins -voluptuous==0.11.2 diff --git a/python/pyspark/version.py b/python/pyspark/version.py index 94b5bdb17d3e9..2aba115a49132 100644 --- a/python/pyspark/version.py +++ b/python/pyspark/version.py @@ -16,4 +16,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__: str = "3.3.2+affirm.dev13" +__version__: str = "3.3.2+affirm.dev14" diff --git a/python/setup.py b/python/setup.py index 601eaf3ec26b1..a1229609ea77d 100755 --- a/python/setup.py +++ b/python/setup.py @@ -264,7 +264,7 @@ def run(self): license='http://www.apache.org/licenses/LICENSE-2.0', # Don't forget to update python/docs/source/getting_started/install.rst # if you're updating the versions or dependencies. - install_requires=['py4j==0.10.9.5'], + install_requires=['py4j==0.10.9.5', 'voluptuous==0.11.2'], extras_require={ 'ml': ['numpy>=1.15'], 'mllib': ['numpy>=1.15'],