Skip to content

Commit

Permalink
cpu only tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine committed May 23, 2020
1 parent e748ec0 commit dd7bd12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -7,6 +7,9 @@ New Features
------------
* BirkhoffPolytope (#125)

Maintenance
-----------
* Tests for pytorch>=1.4, cpuonly (#133)

geoopt v0.1.2
==============
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_deps.sh
@@ -1,3 +1,3 @@
conda install --yes pip numpy mkl-service
conda install --yes pytorch${PYTORCH_VERSION} -c ${PYTORCH_CHANNEL}
conda install --yes pytorch${PYTORCH_VERSION} cpuonly -c ${PYTORCH_CHANNEL}
pip install -r ./requirements-dev.txt

0 comments on commit dd7bd12

Please sign in to comment.