Abhishek Thakur commited on
Commit
752c769
·
1 Parent(s): 6f8463e

downgrade pandas

Browse files
Files changed (1) hide show
  1. setup.py +2 -2
setup.py CHANGED
@@ -50,14 +50,14 @@ setup(
50
  entry_points={"console_scripts": ["competitions=competitions.cli.competitions:main"]},
51
  install_requires=INSTALL_REQUIRES,
52
  extras_require=EXTRAS_REQUIRE,
53
- python_requires=">=3.10",
54
  classifiers=[
55
  "Intended Audience :: Developers",
56
  "Intended Audience :: Education",
57
  "Intended Audience :: Science/Research",
58
  "License :: OSI Approved :: Apache Software License",
59
  "Operating System :: OS Independent",
60
- "Programming Language :: Python :: 3.10",
61
  "Topic :: Scientific/Engineering :: Artificial Intelligence",
62
  ],
63
  keywords="huggingface competitions machine learning ai nlp",
 
50
  entry_points={"console_scripts": ["competitions=competitions.cli.competitions:main"]},
51
  install_requires=INSTALL_REQUIRES,
52
  extras_require=EXTRAS_REQUIRE,
53
+ python_requires=">=3.8",
54
  classifiers=[
55
  "Intended Audience :: Developers",
56
  "Intended Audience :: Education",
57
  "Intended Audience :: Science/Research",
58
  "License :: OSI Approved :: Apache Software License",
59
  "Operating System :: OS Independent",
60
+ "Programming Language :: Python :: 3.8",
61
  "Topic :: Scientific/Engineering :: Artificial Intelligence",
62
  ],
63
  keywords="huggingface competitions machine learning ai nlp",