Skip to content

Commit

Permalink
LaminDB 58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zethson committed Oct 25, 2023
1 parent 4f0aaa2 commit 4a1d4ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ dependencies:
- python==3.11
- pip
- pip:
- lamindb[bionty,aws,nbproject]==0.51.0
- lamindb[bionty,aws,nbproject]==0.58.0
2 changes: 1 addition & 1 deletion configurations/aws-bionty-jupyter-postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN sudo ./aws/install

USER jovyan

RUN pip install lamindb[bionty,aws,jupyter]==0.52.1
RUN pip install lamindb[bionty,aws,jupyter]==0.58.0

RUN lamin login testuser1@lamin.ai --password cEvcwMJFX4OwbsYVaMt2Os6GxxGgDUlBGILs2RyS
RUN lamin login testuser2@lamin.ai --password goeoNJKE61ygbz1vhaCVynGERaRrlviPBVQsjkhz
2 changes: 1 addition & 1 deletion configurations/bionty-jupyter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update \

USER jovyan

RUN pip install lamindb[bionty,jupyter]==0.52.1
RUN pip install lamindb[bionty,jupyter]==0.58.0

RUN lamin login testuser1@lamin.ai --password cEvcwMJFX4OwbsYVaMt2Os6GxxGgDUlBGILs2RyS
RUN lamin login testuser2@lamin.ai --password goeoNJKE61ygbz1vhaCVynGERaRrlviPBVQsjkhz

0 comments on commit 4a1d4ce

Please sign in to comment.