Skip to content

Commit

Permalink
Update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquetomasmb committed Aug 8, 2024
1 parent 1b7b959 commit 1deb0af
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Sphinx==7.4.7
Sphinx==8.0.2
sphinx-autoapi==3.2.1
sphinx-book-theme==1.1.3
14 changes: 7 additions & 7 deletions nebula/frontend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
setuptools==71.1.0
wheel==0.43.0
setuptools==72.1.0
wheel==0.44.0
protobuf==4.25.3
# tensorboard==2.17.0
tb-nightly==2.18.0a20240711
tb-nightly==2.18.0a20240808
tensorboardx==2.6.2.2
pandas==2.2.2
fastapi[all]==0.111.1
uvicorn==0.30.3
fastapi[all]==0.112.0
uvicorn==0.30.5
jinja2==3.1.4
pytest==8.3.2
matplotlib==3.9.1
Expand All @@ -20,8 +20,8 @@ geopy==2.4.1
cryptography==43.0.0
pyOpenSSL==24.2.1
pycryptodome==3.20.0
pyinstrument==4.6.2
cffi==1.16.0
pyinstrument==4.7.2
cffi==1.17.0
web3==6.20.0
aiosqlite==0.20.0
docker==7.1.0
Expand Down
16 changes: 8 additions & 8 deletions nebula/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# pip install --upgrade --force-reinstall -r requirements.txt
protobuf==4.25.3
qtconsole==5.5.2
aiohttp==3.9.5
aiohttp==3.10.1
async-timeout==4.0.3
netifaces==0.11.0
tcconfig==0.28.1
tcconfig==0.29.1
geopy==2.4.1
numpy==2.0.1
torch==2.4.0
torchvision==0.19.0
torchtext
torchdata==0.7.1
torchmetrics==1.4.0
lightning==2.3.3
torchmetrics==1.4.1
lightning==2.4.0
plotly==5.23.0
# tensorboard==2.17.0
tb-nightly==2.18.0a20240711
tb-nightly==2.18.0a20240808
tensorboardx==2.6.2.2
pytest==8.3.2
python-dotenv==1.0.1
PyYAML==6.0.1
setuptools==71.1.0
PyYAML==6.0.2
setuptools==72.1.0
matplotlib==3.9.1
networkx==3.3
requests==2.32.3
Expand All @@ -34,7 +34,7 @@ seaborn==0.13.2
scikit-learn==1.5.1
scikit-image==0.24.0
datasets==2.20.0
timm==1.0.7
timm==1.0.8
nvidia-ml-py==12.555.43
web3==6.20.0
tabulate==0.9.0
Expand Down

0 comments on commit 1deb0af

Please sign in to comment.