Skip to content

Commit

Permalink
Release 0.5.0 (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
wistuba authored Dec 5, 2023
1 parent c54887c commit 2b2a59f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ docutils==0.20.1
Sphinx==7.2.6
sphinx-copybutton==0.5.2
sphinx-hoverxref==1.3.0
sphinxext-opengraph==0.8.2
pydata-sphinx-theme==0.14.0
sphinx-autodoc-typehints==1.24.0
sphinxext-opengraph==0.9.0
pydata-sphinx-theme==0.14.4
sphinx-autodoc-typehints==1.25.2
sphinx-paramlinks==0.6.0

# Temporarily added
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ benchmark = [
"wild-time-data==0.1.1",
]
dev = [
"black==23.9.1",
"black==23.11.0",
"avalanche_lib==0.3.1",
"wild-time-data==0.1.1",
"torch>=1.10.0, <1.12.2",
# PyTest Dependencies
"pytest==7.4.2",
"pytest==7.4.3",
"pytest-cov==4.1.0",
"pytest-helpers-namespace==2021.12.29",
]
Expand Down
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
numpy>=1.17.2, <1.26.1
numpy>=1.17.2, <1.26.3
torch>=1.10.0, <1.13.2
pandas>=1.4.0, <2.1.1
boto3>=1.26.0, <1.28.51
pandas>=1.4.0, <2.1.4
boto3>=1.26.0, <1.33.8
requests>=2.31.0, <2.31.1
sagemaker>=2.112.0, <2.186.1
syne-tune[aws,gpsearchers]>=0.6.0, <0.9.2
sagemaker>=2.112.0, <2.199.1
syne-tune[aws,gpsearchers]>=0.6.0, <0.10.1
pytorch-lightning>=1.8.0, <1.9.5
Pillow>=9.0, <10.0.2
Pillow>=9.0, <10.1.1
tabulate>=0.9.0, <0.9.1
tensorboardX>=2.5.0, <2.6.3
torchmetrics>=0.11.0, <0.11.5
torchvision>=0.13.0, <0.15.3
deepspeed>=0.9.0, <0.10.4
datasets>=2.9.0, <2.14.6
transformers>=4.31.0, <4.33.3
scipy>=1.9.0, <1.11.3
torchvision>=0.13.0, <0.16.2
deepspeed>=0.9.0, <0.12.5
datasets>=2.9.0, <2.15.1
transformers>=4.31.0, <4.35.3
scipy>=1.9.0, <1.11.5
2 changes: 1 addition & 1 deletion src/renate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
_renate_logger.addHandler(_handler)
_renate_logger.propagate = False

__version__ = "0.4.0"
__version__ = "0.5.0"

0 comments on commit 2b2a59f

Please sign in to comment.