-
-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update seal * update bazel * update gtest
- Loading branch information
Showing
14 changed files
with
226 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,133 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.9 | ||
# by the following command: | ||
# | ||
# pip-compile requirements_dev.in | ||
# | ||
--find-links file:///home/bcebere/.cache/pip/wheelhouse | ||
|
||
attrs==22.2.0 | ||
# via pytest | ||
black==22.3.0 | ||
# via -r requirements_dev.in | ||
bump2version==1.0.1 | ||
# via bumpversion | ||
bumpversion==0.6.0 | ||
# via -r requirements_dev.in | ||
certifi==2022.12.7 | ||
# via requests | ||
charset-normalizer==2.1.1 | ||
# via requests | ||
click==8.1.3 | ||
# via black | ||
py==1.11.0 | ||
coverage[toml]==7.0.3 | ||
# via pytest-cov | ||
exceptiongroup==1.1.0 | ||
# via pytest | ||
flake8==6.0.0 | ||
# via -r requirements_dev.in | ||
idna==3.4 | ||
# via requests | ||
imageio==2.23.0 | ||
# via scikit-image | ||
iniconfig==1.1.1 | ||
# via pytest | ||
mccabe==0.7.0 | ||
# via flake8 | ||
mypy-extensions==0.4.3 | ||
# via black | ||
networkx==2.8.8 | ||
# via scikit-image | ||
numpy==1.24.1 | ||
# via | ||
# -r requirements_dev.in | ||
# imageio | ||
# pywavelets | ||
# scikit-image | ||
# scipy | ||
# tifffile | ||
# torchvision | ||
nvidia-cublas-cu11==11.10.3.66 | ||
# via | ||
# nvidia-cudnn-cu11 | ||
# torch | ||
nvidia-cuda-nvrtc-cu11==11.7.99 | ||
# via torch | ||
nvidia-cuda-runtime-cu11==11.7.99 | ||
# via torch | ||
nvidia-cudnn-cu11==8.5.0.96 | ||
# via torch | ||
packaging==22.0 | ||
# via | ||
# pytest | ||
# scikit-image | ||
pathspec==0.10.3 | ||
# via black | ||
pillow==9.4.0 | ||
# via | ||
# imageio | ||
# scikit-image | ||
# torchvision | ||
platformdirs==2.6.2 | ||
# via black | ||
pluggy==1.0.0 | ||
# via pytest | ||
py-cpuinfo==9.0.0 | ||
# via pytest-benchmark | ||
pycodestyle==2.10.0 | ||
# via flake8 | ||
pyflakes==3.0.1 | ||
# via flake8 | ||
pygal==3.0.0 | ||
# via | ||
# -r requirements_dev.in | ||
# pytest-benchmark | ||
pygaljs==1.0.2 | ||
# via | ||
# -r requirements_dev.in | ||
# pytest-benchmark | ||
pytest==7.2.0 | ||
# via | ||
# -r requirements_dev.in | ||
# pytest-benchmark | ||
# pytest-cov | ||
pytest-benchmark[histogram]==4.0.0 | ||
# via -r requirements_dev.in | ||
pytest-cov==4.0.0 | ||
# via -r requirements_dev.in | ||
pywavelets==1.4.1 | ||
# via scikit-image | ||
requests==2.28.1 | ||
# via torchvision | ||
scikit-image==0.19.3 | ||
# via -r requirements_dev.in | ||
scipy==1.10.0 | ||
# via scikit-image | ||
tifffile==2022.10.10 | ||
# via scikit-image | ||
tomli==2.0.1 | ||
# via | ||
# black | ||
# coverage | ||
# pytest | ||
torch==1.13.1 | ||
# via | ||
# -r requirements_dev.in | ||
# torchvision | ||
torchvision==0.14.1 | ||
# via -r requirements_dev.in | ||
typing-extensions==4.4.0 | ||
# via | ||
# black | ||
# torch | ||
# torchvision | ||
urllib3==1.26.13 | ||
# via requests | ||
wheel==0.38.4 | ||
# via | ||
# nvidia-cublas-cu11 | ||
# nvidia-cuda-runtime-cu11 | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ black==22.3.0 | |
bumpversion | ||
flake8 | ||
numpy | ||
py | ||
pytest | ||
pytest-benchmark | ||
pytest-cov | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.3.12" | ||
__version__ = "0.3.13" |
Oops, something went wrong.