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=... | 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",
"dja... |
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.... | 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
# ... | 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'",... |
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
gunic... | 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==... |
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.c... | 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",
"cy... |
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... | 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",
"ipyt... |
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.... |
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
en... | 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.... |
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==... | 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",
... |
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 Pro... | 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
- 7