Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
vmoens committed Dec 19, 2024
1 parent 876ca55 commit f9c99cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/scripts/version_script.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/bash

export TENSORDICT_BUILD_VERSION=0.6.2

python -m pip install packaging
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,13 @@ def _main(argv):
"build_ext": BuildExtension.with_options(no_python_abi_suffix=True),
"clean": clean,
},
install_requires=[pytorch_package_dep, "numpy", "cloudpickle", "orjson"],
install_requires=[
pytorch_package_dep,
"numpy",
"cloudpickle",
"orjson",
"packaging",
],
extras_require={
"tests": [
"pytest",
Expand Down

0 comments on commit f9c99cb

Please sign in to comment.