File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ To install `roboreg` within an [Anaconda](https://www.anaconda.com/) environment
54541 . Create an environment
5555
5656 ``` shell
57- conda create -n rr-0.4.4 python=3.10
57+ conda create -n rr-0.4.5 python=3.10
5858 ```
5959
60602. Clone this repository and install dependencies
@@ -67,7 +67,7 @@ To install `roboreg` within an [Anaconda](https://www.anaconda.com/) environment
67673. Install ` roboreg`
6868
6969 ` ` ` shell
70- mamba activate rr-0.4.4 # can also use 'conda activate rr-0.4.4 ' in either case
70+ mamba activate rr-0.4.5 # can also use 'conda activate rr-0.4.5 ' in either case
7171 pip3 install roboreg/
7272 ` ` `
7373
Original file line number Diff line number Diff line change 1- name : rr-0.4.4
1+ name : rr-0.4.5
22channels :
33 - defaults
44 - nvidia
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " roboreg"
7- version = " 0.4.4 "
7+ version = " 0.4.5 "
88authors = [
99 {name =" mhubii" , email =" m.huber_1994@hotmail.de" },
1010 {name =" haydnspass" , email =" lucasraphael.mueller@gmail.com" },
You can’t perform that action at this time.
0 commit comments