更改requirements文件,删除不必要的库

This commit is contained in:
Jingfan Ke 2024-01-13 12:37:21 +08:00
parent feca24347a
commit 70e8881691
2 changed files with 2 additions and 3 deletions

View File

@ -1877,9 +1877,9 @@
], ],
"metadata": { "metadata": {
"kernelspec": { "kernelspec": {
"display_name": "Python [conda env:DeepLearningLab]", "display_name": "DeepLearningLab",
"language": "python", "language": "python",
"name": "conda-env-DeepLearningLab-py" "name": "python3"
}, },
"language_info": { "language_info": {
"codemirror_mode": { "codemirror_mode": {

View File

@ -3,7 +3,6 @@ ipdb
jupyter jupyter
numpy numpy
torch torch
torchaudio
torchvision torchvision
tqdm tqdm
matplotlib matplotlib