mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-05-03 17:53:23 +00:00
pjli-dev
This commit is contained in:
parent
e5d5e53728
commit
b379c541bf
11 changed files with 239 additions and 223 deletions
34
setup.py
34
setup.py
|
|
@ -1,34 +0,0 @@
|
|||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
name="internbootcamp",
|
||||
version="0.1.0",
|
||||
url="https://github.com/InternLM/InternBootcamp/tree/main",
|
||||
packages=setuptools.find_packages(include=['internbootcamp',]),
|
||||
install_requires=[
|
||||
"distance",
|
||||
"matplotlib",
|
||||
"datasets",
|
||||
"jsonlines",
|
||||
"fire",
|
||||
"Faker",
|
||||
"python-sat",
|
||||
"sympy",
|
||||
"openai",
|
||||
"openpyxl",
|
||||
"transformers",
|
||||
"langdetect",
|
||||
"pympler",
|
||||
"shortuuid"
|
||||
],
|
||||
|
||||
package_data={
|
||||
|
||||
},
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: OS Independent",
|
||||
],
|
||||
python_requires='>=3.6',
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue