Skip to content

Commit

Permalink
Revert to requirements.txt from pyproject.toml
Browse files Browse the repository at this point in the history
Poetry is not yet ready to handle the different versions of PyTorch and
Torchvision. See the related issue:
python-poetry/poetry#6409
  • Loading branch information
RonMcKay committed Sep 29, 2022
1 parent cc615c5 commit fdf5866
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 39 deletions.
39 changes: 0 additions & 39 deletions pyproject.toml

This file was deleted.

16 changes: 16 additions & 0 deletions requirements.txt
@@ -0,0 +1,16 @@
torch
torchvision
flake8
black
isort
mypy
sacred
matplotlib
numpy
sklearn
scipy
pymongo
tabulate
pandas
pytorch-lightning>=1.7.0
git+file:///home/poberdie/checkouts/bnn@master

0 comments on commit fdf5866

Please sign in to comment.