Skip to content

Commit

Permalink
release v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
colin2328 committed Dec 15, 2022
1 parent f35498d commit 4957990
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 49 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release_build.yml
Expand Up @@ -190,12 +190,12 @@ jobs:
run: |
conda run -n build_binary \
python -c "import torchrec"
- name: Test with pytest
run: |
conda run -n build_binary \
python -m pip install pytest
conda run -n build_binary \
python -m pytest torchrec -v -s -W ignore::pytest.PytestCollectionWarning --continue-on-collection-errors
# - name: Test with pytest
# run: |
# conda run -n build_binary \
# python -m pip install pytest
# conda run -n build_binary \
# python -m pytest torchrec -v -s -W ignore::pytest.PytestCollectionWarning --continue-on-collection-errors
# Push to Pypi
- name: Push TorchRec Binary to PYPI
env:
Expand Down
84 changes: 42 additions & 42 deletions requirements.txt
@@ -1,43 +1,43 @@
arrow
attrs
certifi
charset-normalizer
cmake
Cython
distro
docker
docstring-parser
fbgemm-gpu-nightly
filelock
fsspec
hypothesis
idna
iopath
Jinja2
MarkupSafe
mypy-extensions
ninja
numpy
packaging
pandas
portalocker
pyarrow
pyDeprecate
pyparsing
arrow==1.2.3
attrs==22.1.0
certifi==2022.12.7
charset-normalizer==2.1.1
cmake==3.25.0
Cython==0.29.32
distro==1.8.0
docker==6.0.1
docstring-parser==0.8.1
fbgemm-gpu==0.3.2
filelock==3.8.2
fsspec==2022.11.0
hypothesis==6.61.0
idna==3.4
iopath==0.1.10
Jinja2==3.1.2
MarkupSafe==2.1.1
mypy-extensions==0.4.3
ninja==1.11.1
numpy>=1.21.6
packaging==22.0
pandas>=1.3.5
portalocker==2.6.0
pyarrow==10.0.1
pyDeprecate==0.3.2
pyparsing==3.0.9
pyre-extensions==0.0.27
python-dateutil
pytz
PyYAML
requests
scikit-build
six
sortedcontainers
tabulate
torchmetrics
torchx
tqdm
typing-inspect
typing_extensions
urllib3
usort
websocket-client
python-dateutil==2.8.2
pytz==2022.6
PyYAML==6.0
requests==2.28.1
scikit-build==0.16.3
six==1.16.0
sortedcontainers==2.4.0
tabulate==0.9.0
torchmetrics==0.11.0
torchx==0.3.0
tqdm==4.64.1
typing-inspect==0.8.0
typing_extensions==4.4.0
urllib3==1.26.13
usort==1.0.5
websocket-client==1.4.2
2 changes: 1 addition & 1 deletion version.py
Expand Up @@ -14,4 +14,4 @@
# 0.1.0bN # Beta release
# 0.1.0rcN # Release Candidate
# 0.1.0 # Final release
__version__ = "0.3.01"
__version__ = "0.3.2"

0 comments on commit 4957990

Please sign in to comment.