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 @@ -55,7 +55,7 @@ To install `roboreg` within an [Anaconda](https://www.anaconda.com/) environment
55551 . Create an environment
5656
5757 ``` shell
58- conda create -n rr-0.4.3 python=3.10
58+ conda create -n rr-0.4.4 python=3.10
5959 ```
6060
61612. Clone this repository and install dependencies
@@ -68,7 +68,7 @@ To install `roboreg` within an [Anaconda](https://www.anaconda.com/) environment
68683. Install ` roboreg`
6969
7070 ` ` ` shell
71- mamba activate rr-0.4.3 # can also use 'conda activate rr-0.4.3 ' in either case
71+ mamba activate rr-0.4.4 # can also use 'conda activate rr-0.4.4 ' in either case
7272 pip3 install roboreg/
7373 ` ` `
7474
Original file line number Diff line number Diff line change 1- name : rr-0.4.3
1+ name : rr-0.4.4
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.3 "
7+ version = " 0.4.4 "
88authors = [
99 { name =" mhubii" , email =" m.huber_1994@hotmail.de" },
1010]
You can’t perform that action at this time.
0 commit comments