Skip to content

Commit

Permalink
Dev deps cnt (#1732)
Browse files Browse the repository at this point in the history
* added deps on new versions of packages

Signed-off-by: Tomasz Kornuta <[email protected]>

* bumped version of EFF to 0.2.6, added nvidia-pypi to setup reqs

Signed-off-by: Tomasz Kornuta <[email protected]>

* Using setup.py style fix to fix lack of space style in setup.py

Signed-off-by: Tomasz Kornuta <[email protected]>

* removed graph surgeon

Signed-off-by: Tomasz Kornuta <[email protected]>

* pinning version of webdataset to 0.1.40

Signed-off-by: Tomasz Kornuta <[email protected]>
  • Loading branch information
tkornuta-nvidia authored Feb 16, 2021
1 parent 770eb6f commit c5cd85f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ omegaconf>=2.0.5
hydra-core>=1.0.4
transformers>=4.0.1
sentencepiece<1.0.0
webdataset
webdataset==0.1.40
nvidia-eff>=0.2.6
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def finalize_options(self):
],
packages=setuptools.find_packages(),
install_requires=install_requires,
setup_requires=['pytest-runner'],
setup_requires=['pytest-runner', 'nvidia-pyindex'],
tests_require=tests_requirements,
# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,
Expand Down

0 comments on commit c5cd85f

Please sign in to comment.