Skip to content

Commit

Permalink
Post release 0.12.0 (#903)
Browse files Browse the repository at this point in the history
* Bump patch level version
* mlflow was missing from dev requirements
* Add dev requirements to release script

This is so that optional tests are not skipped before making the
release.
  • Loading branch information
BenjaminBossan committed Oct 7, 2022
1 parent 1596c51 commit e1bc53f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.0
0.12.1dev
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ future>=0.17.1
gpytorch>=1.5
jupyter
matplotlib>=2.0.2
mlflow
neptune-client>=0.4.103
numpydoc
openpyxl
Expand Down
3 changes: 2 additions & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ trap remove_env EXIT
source activate $CONDA_ENV
conda install -q -y "twine==${TWINE_VERSION}"
conda install -c pytorch -y "pytorch==${PYTORCH_VERSION}"
python setup.py install
python -m pip install -r requirements-dev.txt
python -m pip install .

pytest -x

Expand Down

0 comments on commit e1bc53f

Please sign in to comment.