Skip to content

Commit

Permalink
Update minimum python version
Browse files Browse the repository at this point in the history
  • Loading branch information
toriving committed Sep 26, 2021
1 parent 0b32336 commit f548522
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ KoEDA
This is a project that re-implemented Easy data augmentation and A Easier Data Augmentation, which were implemented for English, to fit Korean.

## Prerequisites
- python >= 3.6
- python >= 3.7

## Installation
This repository is tested on Python 3.6 - 3.9.
This repository is tested on Python 3.7 - 3.9.

KoEDA can be installed using pip as follows:
```shell script
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
install_requires=requirements,
keywords=["NLP deep learning koeda korean easy data augmentation"],
license="MIT",
python_requires=">=3.6.0",
python_requires=">=3.7.0",
include_package_data=True,
zip_safe=False,
classifiers=[
Expand All @@ -28,7 +28,6 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit f548522

Please sign in to comment.