Skip to content

Commit

Permalink
add version to remaining dependancies
Browse files Browse the repository at this point in the history
Signed-off-by: João Seródio <[email protected]>
  • Loading branch information
SerodioJ committed Jun 25, 2024
1 parent 183400a commit 97a1b4d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Operating System :: OS Independent",
"Development Status :: 1 - Planning",
"Environment :: GPU :: NVIDIA CUDA",
Expand All @@ -36,16 +37,16 @@ gdown = "^4.6"
graphviz = "0.20.1"
h5py = "3.10.0"
hdbscan = "0.8.33"
ipympl = "*"
ipympl = "0.9.3"
joblib = "1.1.1"
matplotlib = "*"
memray = "*"
networkx = "*"
matplotlib = "3.7.1"
memray = "1.10.0"
networkx = "3.2.1"
numpy = "1.23.5"
ormsgpack = "*"
packaging = "*"
ormsgpack = "1.4.1"
packaging = "23.1"
pandas = "1.5.2"
portalocker = "*"
portalocker = "2.8.2"
protobuf = "<=3.20.1"
psutil = "5.9.4"
pyarrow = "10.0.1.dev0+ga6eabc2b.d20230609"
Expand Down

0 comments on commit 97a1b4d

Please sign in to comment.