File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN make dist
4242FROM cebra-base
4343
4444# install the cebra wheel
45- ENV WHEEL=cebra-0.3.1rc1 -py2.py3-none-any.whl
45+ ENV WHEEL=cebra-0.3.1 -py2.py3-none-any.whl
4646WORKDIR /build
4747COPY --from=wheel /build/dist/${WHEEL} .
4848RUN pip install --no-cache-dir ${WHEEL}'[dev,integrations,datasets]'
Original file line number Diff line number Diff line change 1- CEBRA_VERSION := 0.3.1rc1
1+ CEBRA_VERSION := 0.3.1
22
33dist :
44 python3 -m pip install virtualenv
Original file line number Diff line number Diff line change 11# Maintainer: Steffen Schneider <stes@hey.com>
22pkgname=python-cebra
33_pkgname=cebra
4- pkgver=0.3.1rc1
4+ pkgver=0.3.1
55pkgrel=1
66pkgdesc=" Consistent Embeddings of high-dimensional Recordings using Auxiliary variables"
77url=" https://cebra.ai"
Original file line number Diff line number Diff line change 5656
5757import cebra .integrations .sklearn as sklearn
5858
59- __version__ = "0.3.1rc1 "
59+ __version__ = "0.3.1 "
6060__all__ = ["CEBRA" ]
6161__allow_lazy_imports = False
6262__lazy_imports = {}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ pip uninstall -y cebra
1515# Get version info after uninstalling --- this will automatically get the
1616# most recent version based on the source code in the current directory.
1717# $(tools/get_cebra_version.sh)
18- VERSION=0.3.1rc1
18+ VERSION=0.3.1
1919echo " Upgrading to CEBRA v${VERSION} "
2020
2121# Upgrade the build system (PEP517/518 compatible)
You can’t perform that action at this time.
0 commit comments