Skip to content

Commit

Permalink
[Update] Simplify the dependencies (#157)
Browse files Browse the repository at this point in the history
* Remove sub-dependencies from requirements. Specify minimum versions of core dependencies.

* Update the change log.

---------

Co-authored-by: Adam Tupper <adam.tupper@outlook.com>
  • Loading branch information
adamtupper and Adam Tupper authored Sep 8, 2023
1 parent 8779253 commit 5802e68
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 140 deletions.
1 change: 1 addition & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Change Log

* Simplified and improved the flexibility of the dependencies.
* Fixes hard-coded repository path for Aim experiment tracking.

## 23/07/15/2023 Update
Expand Down
69 changes: 13 additions & 56 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,61 +1,18 @@
absl-py==1.1.0
cachetools==5.2.0
certifi==2021.5.30
charset-normalizer==2.1.0
cycler==0.11.0
filelock==3.7.1
fonttools==4.33.3
google-auth==2.9.0
google-auth-oauthlib==0.4.6
grpcio==1.53.0
huggingface-hub==0.14.1
idna==3.3
imageio==2.19.3
importlib-metadata==4.12.0
joblib==1.2.0
kiwisolver==1.4.3
Markdown==3.3.7
matplotlib==3.5.2
networkx==2.6.3
numpy
oauthlib==3.2.1
olefile==0.46
packaging==21.3
Pillow==9.0.0
progress==1.6
protobuf==3.19.5
pyasn1==0.4.8
pyasn1-modules==0.2.8
pyparsing==3.0.9
python-dateutil==2.8.2
PyWavelets==1.3.0
PyYAML==6.0
regex==2022.6.2
requests==2.31.0
requests-oauthlib==1.3.1
rsa==4.8
ruamel.yaml==0.17.21
ruamel.yaml.clib==0.2.6
scikit-image==0.19.3
scikit-learn==1.0.2
scipy==1.10.0
six==1.16.0
tensorboard==2.9.1
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.1
threadpoolctl==3.1.0
tifffile==2021.11.2
timm==0.5.4
tokenizers==0.12.1
matplotlib>=3.5.2
numpy>=1.24.4
Pillow>=9.0.0
progress>=1.6
ruamel.yaml>=0.17.21
ruamel.yaml.clib>=0.2.6
scikit-image>=0.19.3
scikit-learn>=1.0.2
scipy>=1.10.0
tensorboard>=2.9.1
timm>=0.5.4
torch>=1.12.0
torchaudio>=0.12.0
torchvision>=0.13.0
tqdm==4.64.0
transformers==4.30.0
typing-extensions==4.3.0
urllib3==1.26.9
Werkzeug==2.1.2
zipp==3.8.0
pynacl
tqdm>=4.64.0
transformers>=4.30.0
wandb
aim
Loading

0 comments on commit 5802e68

Please sign in to comment.