mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-09-13 07:21:16 +00:00
feat: add documentation, enable makefile driven usage
This introduces a One-Stop-Shop Makefile. Also brings back tensorflow as dependency, it is still needed
This commit is contained in:
committed by
drbacke
parent
c9bf0ecd36
commit
e54f14bea1
@@ -1,3 +1,5 @@
|
||||
absl-py==2.1.0
|
||||
astunparse==1.6.3
|
||||
blinker==1.8.2
|
||||
certifi==2024.8.30
|
||||
charset-normalizer==3.3.2
|
||||
@@ -6,27 +8,54 @@ contourpy==1.3.0
|
||||
cycler==0.12.1
|
||||
deap==1.4.1
|
||||
Flask==3.0.3
|
||||
flatbuffers==24.3.25
|
||||
fonttools==4.53.1
|
||||
gast==0.6.0
|
||||
google-pasta==0.2.0
|
||||
grpcio==1.66.1
|
||||
h5py==3.11.0
|
||||
idna==3.8
|
||||
itsdangerous==2.2.0
|
||||
Jinja2==3.1.4
|
||||
joblib==1.4.2
|
||||
keras==3.5.0
|
||||
kiwisolver==1.4.7
|
||||
libclang==18.1.1
|
||||
Mako==1.3.5
|
||||
mariadb==1.1.10
|
||||
Markdown==3.7
|
||||
markdown-it-py==3.0.0
|
||||
MarkupSafe==2.1.5
|
||||
matplotlib==3.9.2
|
||||
numpy==2.1.1
|
||||
mdurl==0.1.2
|
||||
ml-dtypes==0.4.0
|
||||
namex==0.0.8
|
||||
numpy==1.26.4
|
||||
opt-einsum==3.3.0
|
||||
optree==0.12.1
|
||||
packaging==24.1
|
||||
pandas==2.2.2
|
||||
pdoc3==0.11.1
|
||||
pillow==10.4.0
|
||||
protobuf==4.25.4
|
||||
Pygments==2.18.0
|
||||
pyparsing==3.1.4
|
||||
python-dateutil==2.9.0.post0
|
||||
pytz==2024.1
|
||||
requests==2.32.3
|
||||
rich==13.8.1
|
||||
scikit-learn==1.5.1
|
||||
scipy==1.14.1
|
||||
setuptools==74.1.2
|
||||
six==1.16.0
|
||||
tensorboard==2.17.1
|
||||
tensorboard-data-server==0.7.2
|
||||
tensorflow==2.17.0
|
||||
termcolor==2.4.0
|
||||
threadpoolctl==3.5.0
|
||||
typing_extensions==4.12.2
|
||||
tzdata==2024.1
|
||||
urllib3==2.2.2
|
||||
Werkzeug==3.0.4
|
||||
wheel==0.44.0
|
||||
wrapt==1.16.0
|
||||
|
Reference in New Issue
Block a user