Skip to content

Commit

Permalink
pin in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rayhondo committed Jul 28, 2023
1 parent a977361 commit a53bf38
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions dev/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,3 @@ PyGithub
# pandas API on Spark Code formatter.
black
py

# affirm pins
voluptuous==0.11.2
2 changes: 1 addition & 1 deletion python/pyspark/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit a53bf38

Please sign in to comment.