id
int64 1
20
| filename
stringlengths 16
21
| requirements
stringlengths 55
3.86k
| num_packages
int64 2
98
| requirements_list
listlengths 2
98
|
|---|---|---|---|---|
1
|
requirements (1).txt
|
asgiref==3.3.1
crispy-tailwind==0.2.0
Django==3.1.4
django-crispy-forms==1.10.0
django-environ==0.4.5
django-tailwind==1.1.0
gunicorn==20.0.4
Pillow==8.1.0
psycopg2-binary==2.8.6
pytz==2020.4
sqlparse==0.4.1
whitenoise==5.2.0
| 12
|
[
"asgiref==3.3.1",
"crispy-tailwind==0.2.0",
"Django==3.1.4",
"django-crispy-forms==1.10.0",
"django-environ==0.4.5",
"django-tailwind==1.1.0",
"gunicorn==20.0.4",
"Pillow==8.1.0",
"psycopg2-binary==2.8.6",
"pytz==2020.4",
"sqlparse==0.4.1",
"whitenoise==5.2.0"
] |
2
|
requirements (10).txt
|
cycler>=0.10.0
kiwisolver>=1.0.1
matplotlib>=3.0.2
numpy>=1.16.0
Pillow>=6.2.0
pyparsing>=2.3.1
python-dateutil>=2.7.5
pytz>=2018.9
six>=1.12.0
torch>=1.1.0
torchvision>=0.2.2
| 11
|
[
"cycler>=0.10.0",
"kiwisolver>=1.0.1",
"matplotlib>=3.0.2",
"numpy>=1.16.0",
"Pillow>=6.2.0",
"pyparsing>=2.3.1",
"python-dateutil>=2.7.5",
"pytz>=2018.9",
"six>=1.12.0",
"torch>=1.1.0",
"torchvision>=0.2.2"
] |
3
|
requirements (11).txt
|
# DO NOT include azure-functions-worker in this file
# The Python Worker is managed by Azure Functions platform
# Manually managing azure-functions-worker may cause unexpected issues
azure-functions>=1.12.0
fastapi
| 2
|
[
"azure-functions>=1.12.0",
"fastapi"
] |
4
|
requirements (12).txt
|
# This file is here because many Platforms as a Service look for
# requirements.txt in the root directory of a project.
#-r requirements/production.txt
coverage==4.0.2
Sphinx
django-extensions==1.5.9
Werkzeug==0.10.4
django-test-plus==1.0.9
factory_boy==2.6.0
boto==2.38.0
defusedxml==0.4.1
Django==1.8.6
django-allauth==0.23.0
django-autoslug==1.9.3
django-braces==1.8.1
django-crispy-forms==1.5.2
django-environ==0.4.0
django-floppyforms==1.5.2
django-mailgun==0.8.0
django-model-utils==2.3.1
django-redis==4.3.0
django-secure==1.0.1
django-storages-redux==1.3
gevent==1.0.2
greenlet==0.4.9
gunicorn==19.3.0
oauthlib==1.0.3
Pillow==3.0.0
psycopg2==2.6.1
python3-openid==3.0.9
pytz==2015.7
redis==2.10.5
requests==2.9.1
requests-oauthlib==0.6.0
six==1.10.0
unicode-slugify==0.1.3
Unidecode==0.4.19
whitenoise==2.0.4
django-debug-toolbar==1.4
| 36
|
[
"coverage==4.0.2",
"Sphinx",
"django-extensions==1.5.9",
"Werkzeug==0.10.4",
"django-test-plus==1.0.9",
"factory_boy==2.6.0",
"boto==2.38.0",
"defusedxml==0.4.1",
"Django==1.8.6",
"django-allauth==0.23.0",
"django-autoslug==1.9.3",
"django-braces==1.8.1",
"django-crispy-forms==1.5.2",
"django-environ==0.4.0",
"django-floppyforms==1.5.2",
"django-mailgun==0.8.0",
"django-model-utils==2.3.1",
"django-redis==4.3.0",
"django-secure==1.0.1",
"django-storages-redux==1.3",
"gevent==1.0.2",
"greenlet==0.4.9",
"gunicorn==19.3.0",
"oauthlib==1.0.3",
"Pillow==3.0.0",
"psycopg2==2.6.1",
"python3-openid==3.0.9",
"pytz==2015.7",
"redis==2.10.5",
"requests==2.9.1",
"requests-oauthlib==0.6.0",
"six==1.10.0",
"unicode-slugify==0.1.3",
"Unidecode==0.4.19",
"whitenoise==2.0.4",
"django-debug-toolbar==1.4"
] |
5
|
requirements (13).txt
|
# Standard
numpy
matplotlib
seaborn
pandas
# Code quality
mypy
pytest
flake8
brunette
# Learning libraries
torch==1.9.1
pytorch-lightning==1.3.4
torchmetrics==0.5.1
# Optimization
cvxpy==1.2.1
cvxpylayers==0.1.5
gurobipy==9.1.2
osqp
ecos
scs
casadi
# Geometry
shapely
# Freeze versions to avoid bugs
setuptools==59.5.0
| 20
|
[
"numpy",
"matplotlib",
"seaborn",
"pandas",
"mypy",
"pytest",
"flake8",
"brunette",
"torch==1.9.1",
"pytorch-lightning==1.3.4",
"torchmetrics==0.5.1",
"cvxpy==1.2.1",
"cvxpylayers==0.1.5",
"gurobipy==9.1.2",
"osqp",
"ecos",
"scs",
"casadi",
"shapely",
"setuptools==59.5.0"
] |
6
|
requirements (14).txt
|
torch
torchvision
matplotlib
numpy
scipy
six
umap-learn
| 7
|
[
"torch",
"torchvision",
"matplotlib",
"numpy",
"scipy",
"six",
"umap-learn"
] |
7
|
requirements (15).txt
|
# This file was autogenerated by uv via the following command:
# uv export --no-hashes --no-dev --no-emit-project --output-file=requirements.txt
aiosmtplib==3.0.2
# via fastapi-mail
alembic==1.14.1
# via api-template
annotated-types==0.7.0
# via pydantic
anyio==4.8.0
# via
# api-template
# asyncclick
# httpx
# starlette
# watchfiles
async-timeout==5.0.1 ; python_full_version < '3.11'
# via asyncpg
asyncclick==8.1.8
# via api-template
asyncpg==0.30.0
# via api-template
bcrypt==4.2.1
# via
# api-template
# libpass
blinker==1.9.0
# via fastapi-mail
certifi==2025.1.31
# via
# httpcore
# httpx
# sentry-sdk
click==8.1.8
# via
# rich-toolkit
# typer
# uvicorn
colorama==0.4.6 ; sys_platform == 'win32'
# via
# asyncclick
# click
# uvicorn
dnspython==2.7.0
# via email-validator
email-validator==2.2.0
# via
# api-template
# fastapi
# fastapi-mail
# pydantic
exceptiongroup==1.2.2 ; python_full_version < '3.11'
# via anyio
fastapi==0.116.1
# via api-template
fastapi-cli==0.0.8
# via fastapi
fastapi-cloud-cli==0.1.5
# via fastapi-cli
fastapi-mail==1.4.2
# via api-template
fastapi-pagination==0.12.34
# via api-template
greenlet==3.1.1
# via sqlalchemy
h11==0.16.0
# via
# httpcore
# uvicorn
httpcore==1.0.9
# via httpx
httptools==0.6.4
# via uvicorn
httpx==0.28.1
# via
# api-template
# fastapi
# fastapi-cloud-cli
idna==3.10
# via
# anyio
# email-validator
# httpx
itsdangerous==2.2.0
# via sqladmin
jinja2==3.1.6
# via
# api-template
# fastapi
# fastapi-mail
# sqladmin
libpass==1.9.0
# via api-template
mako==1.3.9
# via alembic
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.2
# via
# jinja2
# mako
# wtforms
mdurl==0.1.2
# via markdown-it-py
pydantic==2.10.6
# via
# api-template
# fastapi
# fastapi-cloud-cli
# fastapi-mail
# fastapi-pagination
# pydantic-settings
pydantic-core==2.27.2
# via pydantic
pydantic-settings==2.7.1
# via
# api-template
# fastapi-mail
pygments==2.19.1
# via rich
pyjwt==2.10.1
# via api-template
python-decouple==3.8
# via api-template
python-dotenv==1.0.1
# via
# pydantic-settings
# uvicorn
python-multipart==0.0.20
# via
# fastapi
# sqladmin
pyyaml==6.0.2
# via uvicorn
rich==13.9.4
# via
# api-template
# rich-toolkit
# typer
rich-toolkit==0.14.9
# via
# fastapi-cli
# fastapi-cloud-cli
rignore==0.6.4
# via fastapi-cloud-cli
rtoml==0.12.0
# via api-template
sentry-sdk==2.34.1
# via fastapi-cloud-cli
shellingham==1.5.4
# via typer
sniffio==1.3.1
# via anyio
sqladmin==0.20.1
# via api-template
sqlalchemy==2.0.38
# via
# alembic
# api-template
# sqladmin
starlette==0.47.2
# via
# fastapi
# fastapi-mail
# sqladmin
typer==0.16.0
# via
# api-template
# fastapi-cli
# fastapi-cloud-cli
typing-extensions==4.12.2
# via
# alembic
# anyio
# fastapi
# fastapi-pagination
# libpass
# pydantic
# pydantic-core
# rich
# rich-toolkit
# sqlalchemy
# starlette
# typer
# uvicorn
urllib3==2.5.0
# via sentry-sdk
uvicorn==0.35.0
# via
# api-template
# fastapi
# fastapi-cli
# fastapi-cloud-cli
uvloop==0.21.0 ; platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32'
# via uvicorn
watchfiles==1.0.4
# via uvicorn
websockets==15.0
# via uvicorn
wtforms==3.1.2
# via sqladmin
| 60
|
[
"aiosmtplib==3.0.2",
"alembic==1.14.1",
"annotated-types==0.7.0",
"anyio==4.8.0",
"async-timeout==5.0.1 ; python_full_version < '3.11'",
"asyncclick==8.1.8",
"asyncpg==0.30.0",
"bcrypt==4.2.1",
"blinker==1.9.0",
"certifi==2025.1.31",
"click==8.1.8",
"colorama==0.4.6 ; sys_platform == 'win32'",
"dnspython==2.7.0",
"email-validator==2.2.0",
"exceptiongroup==1.2.2 ; python_full_version < '3.11'",
"fastapi==0.116.1",
"fastapi-cli==0.0.8",
"fastapi-cloud-cli==0.1.5",
"fastapi-mail==1.4.2",
"fastapi-pagination==0.12.34",
"greenlet==3.1.1",
"h11==0.16.0",
"httpcore==1.0.9",
"httptools==0.6.4",
"httpx==0.28.1",
"idna==3.10",
"itsdangerous==2.2.0",
"jinja2==3.1.6",
"libpass==1.9.0",
"mako==1.3.9",
"markdown-it-py==3.0.0",
"markupsafe==3.0.2",
"mdurl==0.1.2",
"pydantic==2.10.6",
"pydantic-core==2.27.2",
"pydantic-settings==2.7.1",
"pygments==2.19.1",
"pyjwt==2.10.1",
"python-decouple==3.8",
"python-dotenv==1.0.1",
"python-multipart==0.0.20",
"pyyaml==6.0.2",
"rich==13.9.4",
"rich-toolkit==0.14.9",
"rignore==0.6.4",
"rtoml==0.12.0",
"sentry-sdk==2.34.1",
"shellingham==1.5.4",
"sniffio==1.3.1",
"sqladmin==0.20.1",
"sqlalchemy==2.0.38",
"starlette==0.47.2",
"typer==0.16.0",
"typing-extensions==4.12.2",
"urllib3==2.5.0",
"uvicorn==0.35.0",
"uvloop==0.21.0 ; platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32'",
"watchfiles==1.0.4",
"websockets==15.0",
"wtforms==3.1.2"
] |
8
|
requirements (16).txt
|
## Python version: 3.11.3
torch==2.0.1
numpy==1.25.0
tqdm==4.65.0
transformers==4.33.2
lightning==2.0.9
pillow==9.5.0
| 6
|
[
"torch==2.0.1",
"numpy==1.25.0",
"tqdm==4.65.0",
"transformers==4.33.2",
"lightning==2.0.9",
"pillow==9.5.0"
] |
9
|
requirements (17).txt
|
-e .
-r requirements-tests.txt
-r requirements-docs.txt
pre-commit >=2.17.0,<5.0.0
| 4
|
[
"-e .",
"-r requirements-tests.txt",
"-r requirements-docs.txt",
"pre-commit >=2.17.0,<5.0.0"
] |
10
|
requirements (18).txt
|
# Core
django==4.2.9
python-dotenv==1.0.1
str2bool==1.1
# UI & Admin UI
django-jazzmin==3.0.1
django-admin-argon-dashboard==1.0.25
# Tools
django-debug-toolbar==4.4.6
djangorestframework==3.15.2
requests==2.32.3
pandas==2.2.3
graphviz==0.20.3
astor==0.8.1
# AI
anthropic==0.34.2
# Deployment
whitenoise==6.7.0
gunicorn==23.0.0
# DB
#psycopg2-binary==2.9.9
#mysqlclient==2.1.1
django-dbbackup==4.2.1
| 15
|
[
"django==4.2.9",
"python-dotenv==1.0.1",
"str2bool==1.1",
"django-jazzmin==3.0.1",
"django-admin-argon-dashboard==1.0.25",
"django-debug-toolbar==4.4.6",
"djangorestframework==3.15.2",
"requests==2.32.3",
"pandas==2.2.3",
"graphviz==0.20.3",
"astor==0.8.1",
"anthropic==0.34.2",
"whitenoise==6.7.0",
"gunicorn==23.0.0",
"django-dbbackup==4.2.1"
] |
11
|
requirements (19).txt
|
argon2-cffi==20.1.0
async-generator==1.10
attrs==20.3.0
backcall==0.2.0
beautifulsoup4==4.9.3
bleach==3.3.0
blis==0.7.4
bs4==0.0.1
catalogue==2.0.1
certifi==2024.7.4
cffi==1.14.4
chardet==4.0.0
click==7.1.2
colorama==0.4.4
cycler==0.10.0
cymem==2.0.5
decorator==4.4.2
defusedxml==0.6.0
el-core-news-sm @ https://github.com/explosion/spacy-models/releases/download/el_core_news_sm-3.0.0/el_core_news_sm-3.0.0-py3-none-any.whl
entrypoints==0.3
idna==3.7
ipykernel==5.4.3
ipython>=7.31.1
ipython-genutils==0.2.0
jedi==0.18.0
Jinja2==3.1.6
joblib>=1.2.0
jsonschema==3.2.0
jupyter-client==6.1.11
jupyter-core==4.11.2
jupyterlab-pygments==0.1.2
kiwisolver==1.3.1
MarkupSafe==1.1.1
matplotlib==3.3.4
mistune>=2.0.3
murmurhash==1.0.5
nbclient==0.5.1
nbconvert>=6.3
nbformat==5.1.2
nest-asyncio==1.5.1
nltk>=3.6.4
notebook>=6.4.1
numpy>=1.21
packaging==20.9
pandas==1.2.1
pandocfilters==1.4.3
parso==0.8.1
pathy==0.3.5
pickleshare==0.7.5
Pillow>=8.2.0
preshed==3.0.5
prometheus-client==0.9.0
prompt-toolkit==3.0.14
pycparser==2.20
pydantic>=1.7.4
Pygments==2.15.0
pyparsing==2.4.7
pyrsistent==0.17.3
python-dateutil==2.8.1
pytz==2021.1
pyzmq==22.0.2
regex==2020.11.13
requests==2.32.4
scikit-learn==1.5.0
scipy==1.6.0
seaborn==0.11.1
Send2Trash==1.5.0
six==1.15.0
smart-open==3.0.0
soupsieve==2.1
spacy==3.0.1
spacy-legacy==3.0.1
srsly==2.4.0
terminado==0.9.2
testpath==0.4.4
thinc==8.0.1
threadpoolctl==2.1.0
tornado==6.5
tqdm==4.66.3
traitlets==5.0.5
typer==0.3.2
urllib3>=1.26.5
wasabi==0.8.2
wcwidth==0.2.5
webencodings==0.5.1
| 85
|
[
"argon2-cffi==20.1.0",
"async-generator==1.10",
"attrs==20.3.0",
"backcall==0.2.0",
"beautifulsoup4==4.9.3",
"bleach==3.3.0",
"blis==0.7.4",
"bs4==0.0.1",
"catalogue==2.0.1",
"certifi==2024.7.4",
"cffi==1.14.4",
"chardet==4.0.0",
"click==7.1.2",
"colorama==0.4.4",
"cycler==0.10.0",
"cymem==2.0.5",
"decorator==4.4.2",
"defusedxml==0.6.0",
"el-core-news-sm @ https://github.com/explosion/spacy-models/releases/download/el_core_news_sm-3.0.0/el_core_news_sm-3.0.0-py3-none-any.whl",
"entrypoints==0.3",
"idna==3.7",
"ipykernel==5.4.3",
"ipython>=7.31.1",
"ipython-genutils==0.2.0",
"jedi==0.18.0",
"Jinja2==3.1.6",
"joblib>=1.2.0",
"jsonschema==3.2.0",
"jupyter-client==6.1.11",
"jupyter-core==4.11.2",
"jupyterlab-pygments==0.1.2",
"kiwisolver==1.3.1",
"MarkupSafe==1.1.1",
"matplotlib==3.3.4",
"mistune>=2.0.3",
"murmurhash==1.0.5",
"nbclient==0.5.1",
"nbconvert>=6.3",
"nbformat==5.1.2",
"nest-asyncio==1.5.1",
"nltk>=3.6.4",
"notebook>=6.4.1",
"numpy>=1.21",
"packaging==20.9",
"pandas==1.2.1",
"pandocfilters==1.4.3",
"parso==0.8.1",
"pathy==0.3.5",
"pickleshare==0.7.5",
"Pillow>=8.2.0",
"preshed==3.0.5",
"prometheus-client==0.9.0",
"prompt-toolkit==3.0.14",
"pycparser==2.20",
"pydantic>=1.7.4",
"Pygments==2.15.0",
"pyparsing==2.4.7",
"pyrsistent==0.17.3",
"python-dateutil==2.8.1",
"pytz==2021.1",
"pyzmq==22.0.2",
"regex==2020.11.13",
"requests==2.32.4",
"scikit-learn==1.5.0",
"scipy==1.6.0",
"seaborn==0.11.1",
"Send2Trash==1.5.0",
"six==1.15.0",
"smart-open==3.0.0",
"soupsieve==2.1",
"spacy==3.0.1",
"spacy-legacy==3.0.1",
"srsly==2.4.0",
"terminado==0.9.2",
"testpath==0.4.4",
"thinc==8.0.1",
"threadpoolctl==2.1.0",
"tornado==6.5",
"tqdm==4.66.3",
"traitlets==5.0.5",
"typer==0.3.2",
"urllib3>=1.26.5",
"wasabi==0.8.2",
"wcwidth==0.2.5",
"webencodings==0.5.1"
] |
12
|
requirements (2).txt
|
asttokens==2.2.1
backcall==0.2.0
colorama==0.4.6
comm==0.1.3
contourpy==1.1.0
cvxopt==1.3.1
cycler==0.11.0
debugpy==1.6.7
decorator==5.1.1
ecos==2.0.12
executing==1.2.0
fonttools==4.41.0
idx2numpy==1.2.3
ipykernel==6.24.0
ipympl==0.9.3
ipython==8.14.0
ipython-genutils==0.2.0
ipywidgets==8.0.7
jedi==0.18.2
joblib==1.3.1
jupyter_client==8.3.0
jupyter_core==5.3.1
jupyterlab-widgets==3.0.8
kiwisolver==1.4.4
matplotlib==3.7.2
matplotlib-inline==0.1.6
nest-asyncio==1.5.6
numpy==1.25.1
osqp==0.6.3
packaging==23.1
pandas==2.0.3
parso==0.8.3
pickleshare==0.7.5
Pillow==10.0.0
platformdirs==3.9.1
prompt-toolkit==3.0.39
psutil==5.9.5
pure-eval==0.2.2
Pygments==2.15.1
pyparsing==3.1.0
python-dateutil==2.8.2
pytz==2023.3
pywin32==306
pyzmq==25.1.0
qdldl==0.1.7.post0
scikit-learn==1.3.0
scipy==1.11.1
scs==3.2.3
seaborn==0.12.2
six==1.16.0
stack-data==0.6.2
threadpoolctl==3.2.0
tornado==6.3.2
traitlets==5.9.0
tzdata==2023.3
wcwidth==0.2.6
widgetsnbextension==4.0.8
| 57
|
[
"asttokens==2.2.1",
"backcall==0.2.0",
"colorama==0.4.6",
"comm==0.1.3",
"contourpy==1.1.0",
"cvxopt==1.3.1",
"cycler==0.11.0",
"debugpy==1.6.7",
"decorator==5.1.1",
"ecos==2.0.12",
"executing==1.2.0",
"fonttools==4.41.0",
"idx2numpy==1.2.3",
"ipykernel==6.24.0",
"ipympl==0.9.3",
"ipython==8.14.0",
"ipython-genutils==0.2.0",
"ipywidgets==8.0.7",
"jedi==0.18.2",
"joblib==1.3.1",
"jupyter_client==8.3.0",
"jupyter_core==5.3.1",
"jupyterlab-widgets==3.0.8",
"kiwisolver==1.4.4",
"matplotlib==3.7.2",
"matplotlib-inline==0.1.6",
"nest-asyncio==1.5.6",
"numpy==1.25.1",
"osqp==0.6.3",
"packaging==23.1",
"pandas==2.0.3",
"parso==0.8.3",
"pickleshare==0.7.5",
"Pillow==10.0.0",
"platformdirs==3.9.1",
"prompt-toolkit==3.0.39",
"psutil==5.9.5",
"pure-eval==0.2.2",
"Pygments==2.15.1",
"pyparsing==3.1.0",
"python-dateutil==2.8.2",
"pytz==2023.3",
"pywin32==306",
"pyzmq==25.1.0",
"qdldl==0.1.7.post0",
"scikit-learn==1.3.0",
"scipy==1.11.1",
"scs==3.2.3",
"seaborn==0.12.2",
"six==1.16.0",
"stack-data==0.6.2",
"threadpoolctl==3.2.0",
"tornado==6.3.2",
"traitlets==5.9.0",
"tzdata==2023.3",
"wcwidth==0.2.6",
"widgetsnbextension==4.0.8"
] |
13
|
requirements (3).txt
|
numpy
python-etcd>=0.4.5
# please install torch nightly by following the instructions on
# https://pytorch.org/
torch>=1.8.0dev
| 3
|
[
"numpy",
"python-etcd>=0.4.5",
"torch>=1.8.0dev"
] |
14
|
requirements (4).txt
|
annotated-types==0.5.0
anyio==3.7.1
asgiref==3.7.2
cffi==1.15.1
click==8.1.6
cryptography==40.0.2
fastapi==0.100.1
h11==0.14.0
idna==3.4
pycparser==2.21
pydantic==2.1.1
pydantic-settings==2.0.2
pydantic_core==2.4.0
PyJWT==2.8.0
python-dotenv==1.0.0
sniffio==1.3.0
typing_extensions==4.7.1
uvicorn==0.23.2
| 18
|
[
"annotated-types==0.5.0",
"anyio==3.7.1",
"asgiref==3.7.2",
"cffi==1.15.1",
"click==8.1.6",
"cryptography==40.0.2",
"fastapi==0.100.1",
"h11==0.14.0",
"idna==3.4",
"pycparser==2.21",
"pydantic==2.1.1",
"pydantic-settings==2.0.2",
"pydantic_core==2.4.0",
"PyJWT==2.8.0",
"python-dotenv==1.0.0",
"sniffio==1.3.0",
"typing_extensions==4.7.1",
"uvicorn==0.23.2"
] |
15
|
requirements (5).txt
|
django-redis>=4.12.1
prometheus-client>=0.12.0
pip-prometheus>=1.2.1
mysqlclient
psycopg
pytest==7.4.3
pytest-django
pylibmc
pymemcache
python-memcached
setuptools<72.0.0
wheel
| 12
|
[
"django-redis>=4.12.1",
"prometheus-client>=0.12.0",
"pip-prometheus>=1.2.1",
"mysqlclient",
"psycopg",
"pytest==7.4.3",
"pytest-django",
"pylibmc",
"pymemcache",
"python-memcached",
"setuptools<72.0.0",
"wheel"
] |
16
|
requirements (6).txt
|
absl-py==0.9.0
astor==0.8.1
atari-py==0.2.6
attrs==19.3.0
backcall==0.2.0
-e git+https://github.com/openai/baselines.git@ea25b9e8b234e6ee1bca43083f8f3cf974143998#egg=baselines
bleach==3.1.4
cffi==1.14.0
click==7.1.2
cloudpickle==1.2.0
cycler==0.10.0
Cython==0.29.20
decorator==4.4.2
defusedxml==0.6.0
entrypoints==0.3
enum34==1.1.10
fasteners==0.15
future==0.18.2
gast==0.2.2
glfw==1.11.2
google-pasta==0.2.0
grpcio==1.30.0
gym==0.15.7
h5py==2.10.0
html5lib==0.9999999
imageio==2.8.0
importlib-metadata==1.6.1
ipykernel==5.3.0
ipython==7.16.0
ipython-genutils==0.2.0
ipywidgets==7.5.1
jedi==0.17.1
Jinja2==2.11.2
joblib==0.15.1
jsonschema==3.2.0
jupyter==1.0.0
jupyter-client==6.1.3
jupyter-console==6.1.0
jupyter-core==4.6.3
Keras-Applications==1.0.8
Keras-Preprocessing==1.1.2
kiwisolver==1.2.0
Markdown==3.2.2
MarkupSafe==1.1.1
matplotlib==3.2.2
mistune==0.8.4
monotonic==1.5
mujoco-py==2.0.2.10
nbconvert==5.6.1
nbformat==5.0.7
notebook==6.0.3
numpy==1.19.0
opencv-python==4.2.0.34
opt-einsum==3.2.1
pandas==1.0.5
pandocfilters==1.4.2
parso==0.7.0
pexpect==4.8.0
pickleshare==0.7.5
Pillow==7.1.2
prometheus-client==0.8.0
prompt-toolkit==3.0.5
protobuf==3.12.2
ptyprocess==0.6.0
pybullet==2.8.2
pycparser==2.20
pyglet==1.5.0
Pygments==2.6.1
pyparsing==2.4.7
pyrsistent==0.16.0
python-dateutil==2.8.1
pytz==2020.1
pyzmq==19.0.1
qtconsole==4.7.5
QtPy==1.9.0
scipy==1.5.0
Send2Trash==1.5.0
six==1.15.0
tensorboard==1.14.0
tensorflow==1.14.0
tensorflow-estimator==1.14.0
tensorflow-gpu==1.14.0
tensorflow-tensorboard==0.4.0
termcolor==1.1.0
terminado==0.8.3
testpath==0.4.4
torch==1.5.1
torchvision==0.6.1
tornado==6.0.4
tqdm==4.46.1
traitlets==4.3.3
wcwidth==0.2.5
webencodings==0.5.1
Werkzeug==1.0.1
widgetsnbextension==3.5.1
wrapt==1.12.1
zipp==3.1.0
setuptools==41.0.0
| 98
|
[
"absl-py==0.9.0",
"astor==0.8.1",
"atari-py==0.2.6",
"attrs==19.3.0",
"backcall==0.2.0",
"-e git+https://github.com/openai/baselines.git@ea25b9e8b234e6ee1bca43083f8f3cf974143998#egg=baselines",
"bleach==3.1.4",
"cffi==1.14.0",
"click==7.1.2",
"cloudpickle==1.2.0",
"cycler==0.10.0",
"Cython==0.29.20",
"decorator==4.4.2",
"defusedxml==0.6.0",
"entrypoints==0.3",
"enum34==1.1.10",
"fasteners==0.15",
"future==0.18.2",
"gast==0.2.2",
"glfw==1.11.2",
"google-pasta==0.2.0",
"grpcio==1.30.0",
"gym==0.15.7",
"h5py==2.10.0",
"html5lib==0.9999999",
"imageio==2.8.0",
"importlib-metadata==1.6.1",
"ipykernel==5.3.0",
"ipython==7.16.0",
"ipython-genutils==0.2.0",
"ipywidgets==7.5.1",
"jedi==0.17.1",
"Jinja2==2.11.2",
"joblib==0.15.1",
"jsonschema==3.2.0",
"jupyter==1.0.0",
"jupyter-client==6.1.3",
"jupyter-console==6.1.0",
"jupyter-core==4.6.3",
"Keras-Applications==1.0.8",
"Keras-Preprocessing==1.1.2",
"kiwisolver==1.2.0",
"Markdown==3.2.2",
"MarkupSafe==1.1.1",
"matplotlib==3.2.2",
"mistune==0.8.4",
"monotonic==1.5",
"mujoco-py==2.0.2.10",
"nbconvert==5.6.1",
"nbformat==5.0.7",
"notebook==6.0.3",
"numpy==1.19.0",
"opencv-python==4.2.0.34",
"opt-einsum==3.2.1",
"pandas==1.0.5",
"pandocfilters==1.4.2",
"parso==0.7.0",
"pexpect==4.8.0",
"pickleshare==0.7.5",
"Pillow==7.1.2",
"prometheus-client==0.8.0",
"prompt-toolkit==3.0.5",
"protobuf==3.12.2",
"ptyprocess==0.6.0",
"pybullet==2.8.2",
"pycparser==2.20",
"pyglet==1.5.0",
"Pygments==2.6.1",
"pyparsing==2.4.7",
"pyrsistent==0.16.0",
"python-dateutil==2.8.1",
"pytz==2020.1",
"pyzmq==19.0.1",
"qtconsole==4.7.5",
"QtPy==1.9.0",
"scipy==1.5.0",
"Send2Trash==1.5.0",
"six==1.15.0",
"tensorboard==1.14.0",
"tensorflow==1.14.0",
"tensorflow-estimator==1.14.0",
"tensorflow-gpu==1.14.0",
"tensorflow-tensorboard==0.4.0",
"termcolor==1.1.0",
"terminado==0.8.3",
"testpath==0.4.4",
"torch==1.5.1",
"torchvision==0.6.1",
"tornado==6.0.4",
"tqdm==4.46.1",
"traitlets==4.3.3",
"wcwidth==0.2.5",
"webencodings==0.5.1",
"Werkzeug==1.0.1",
"widgetsnbextension==3.5.1",
"wrapt==1.12.1",
"zipp==3.1.0",
"setuptools==41.0.0"
] |
17
|
requirements (7).txt
|
email-validator==1.0.5
scikit-learn==0.21.3
joblib==0.14.0
fastapi==0.42.0
uvicorn==0.11.7
pandas==0.25.2
loguru==0.3.2
| 7
|
[
"email-validator==1.0.5",
"scikit-learn==0.21.3",
"joblib==0.14.0",
"fastapi==0.42.0",
"uvicorn==0.11.7",
"pandas==0.25.2",
"loguru==0.3.2"
] |
18
|
requirements (8).txt
|
asn1crypto==0.24.0
Babel==2.6.0
certifi==2018.11.29
cffi==1.12.1
chardet==3.0.4
configparser==3.7.3
cryptography==2.5
Django==1.11.29
django-haystack==2.8.1
django-phonenumber-field==2.2.0
enum34==1.1.6
et-xmlfile==1.0.1
future==0.17.1
idna==2.8
jdcal==1.4
lxml==4.2.5
mysqlclient==1.4.2.post1
oauthlib==2.1.0
openpyxl==2.5.12
phonenumbers==8.10.6
protobuf==3.6.0
pycparser==2.19
PyJWT==1.7.1
PyMySQL==0.9.3
pyOpenSSL==19.0.0
PySocks==1.6.8
python-dateutil==2.7.5
pytz==2018.7
requests==2.21.0
requests-oauthlib==1.0.0
six==1.11.0
urllib3==1.24.2
Whoosh==2.7.4
xlrd==1.2.0
| 34
|
[
"asn1crypto==0.24.0",
"Babel==2.6.0",
"certifi==2018.11.29",
"cffi==1.12.1",
"chardet==3.0.4",
"configparser==3.7.3",
"cryptography==2.5",
"Django==1.11.29",
"django-haystack==2.8.1",
"django-phonenumber-field==2.2.0",
"enum34==1.1.6",
"et-xmlfile==1.0.1",
"future==0.17.1",
"idna==2.8",
"jdcal==1.4",
"lxml==4.2.5",
"mysqlclient==1.4.2.post1",
"oauthlib==2.1.0",
"openpyxl==2.5.12",
"phonenumbers==8.10.6",
"protobuf==3.6.0",
"pycparser==2.19",
"PyJWT==1.7.1",
"PyMySQL==0.9.3",
"pyOpenSSL==19.0.0",
"PySocks==1.6.8",
"python-dateutil==2.7.5",
"pytz==2018.7",
"requests==2.21.0",
"requests-oauthlib==1.0.0",
"six==1.11.0",
"urllib3==1.24.2",
"Whoosh==2.7.4",
"xlrd==1.2.0"
] |
19
|
requirements (9).txt
|
# Base packages
jupyter
jupyterlab
# Useful packages
beautifulsoup4
cython
pytest
requests
scrapy
# Data & Visualization
altair
bokeh
matplotlib
numpy
pandas
seaborn
traces
wordcloud
# Excel Extractors
openpyxl
xlrd
# Machine Learning
# gensim
# keras
nltk
scipy
scikit-learn
statsmodels
# tensorflow
# Specific Projects / Custom Packages
pycrypto
| 22
|
[
"jupyter",
"jupyterlab",
"beautifulsoup4",
"cython",
"pytest",
"requests",
"scrapy",
"altair",
"bokeh",
"matplotlib",
"numpy",
"pandas",
"seaborn",
"traces",
"wordcloud",
"openpyxl",
"xlrd",
"nltk",
"scipy",
"scikit-learn",
"statsmodels",
"pycrypto"
] |
20
|
requirements.txt
|
fastapi
uvicorn
nltk
pandas
numpy
python-dotenv
motor
spacy
wordninja
contractions
streamlit
pyyaml
boto3
tensorflow
cutelog
python-multipart
| 16
|
[
"fastapi",
"uvicorn",
"nltk",
"pandas",
"numpy",
"python-dotenv",
"motor",
"spacy",
"wordninja",
"contractions",
"streamlit",
"pyyaml",
"boto3",
"tensorflow",
"cutelog",
"python-multipart"
] |
README.md exists but content is empty.
- Downloads last month
- 9