Skip to content

Commit

Permalink
Update requirements-dev.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerYep committed Jul 19, 2024
1 parent 8fd20f8 commit c27bdd7
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
# Setup requirements
pip==24.0
setuptools==69.2.0
pip==24.1.2
setuptools==71.0.3
wheel==0.43.0

# Prod requirements
arrow==1.3.0
bitarray==2.9.2
django==5.0.3
django==5.0.7
efficientnet_pytorch==0.7.1; python_version < "3.11"
freezegun==1.4.0
freezegun==1.5.1
get-mnist==1.0.1
gitpython==3.1.42
graphviz==0.20.1
matplotlib==3.8.3
networkx==3.2.1
numpy==1.26.4
pandas==2.2.1
gitpython==3.1.43
graphviz==0.20.3
matplotlib==3.9.1
networkx==3.3
numpy==2.0.0
pandas==2.2.2
prettyprinter==0.18.0
scipy==1.12.0; python_version < "3.11"
tensorboard==2.16.2; python_version < "3.11"
tensorflow==2.16.1; python_version < "3.11"
torch==2.2.1; python_version < "3.11"
scipy==1.14.0; python_version < "3.11"
tensorboard==2.17.0; python_version < "3.11"
tensorflow==2.16.2; python_version < "3.11"
torch==2.2.2; python_version < "3.11"
torchinfo==1.8.0; python_version < "3.11"
torchvision==0.17.1; python_version < "3.11"
tqdm==4.66.3
torchvision==0.17.2; python_version < "3.11"
tqdm==4.66.4

# Dev requirements
black==24.3.0
blacken-docs==1.16.0
black==24.4.2
blacken-docs==1.18.0
codecov==2.1.13
django-stubs==4.2.7
flake8==7.0.0
flake8-bugbear==24.2.6
flake8-builtins==2.2.0
flake8-comprehensions==3.14.0
django-stubs==5.0.2
flake8==7.1.0
flake8-bugbear==24.4.26
flake8-builtins==2.5.0
flake8-comprehensions==3.15.0
flake8-function-order==0.0.5
flake8-future-annotations==1.1.0
mypy==1.9.0
pre-commit==3.6.2
pur==7.3.1
pytest==8.1.1
pytest-cov==4.1.0
mypy==1.10.1
pre-commit==3.7.1
pur==7.3.2
pytest==8.2.2
pytest-cov==5.0.0
pytest-deadfixtures==2.2.1
pytest-idempotent==1.3.1
pytest-timeout==2.3.1
pyupgrade==3.15.1
ruff==0.3.3
scalene==1.5.37
pyupgrade==3.16.0
ruff==0.5.3
scalene==1.5.42.2
sort-requirements==1.3.0
twine==5.0.0
twine==5.1.1
vermin==1.6.0
virtualenvwrapper==6.1.0
wget==3.2

0 comments on commit c27bdd7

Please sign in to comment.