Skip to content

Commit 1bb84d0

Browse files
committed
Merge remote-tracking branch 'remotes/origin/upgrade_pytrnsys-process_0_0_25'
2 parents 1e0cc4f + 75542ba commit 1bb84d0

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,7 @@ Beware that the GUI can only be started from within the virtual environment you
125125
I.e., whenever you open a new console window from which you want to start the GUI you first need
126126
to activate the environment (step 2. above).
127127
128+
### Updating the environment as a developer
129+
```commandline
130+
pip-compile-multi --use-cache --backtracking --uv --no-upgrade -d .\requirements\
131+
```

requirements/release-3rd-party.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ pyyaml
2424

2525
xmlschema
2626

27-
pytrnsys-process
27+
pytrnsys-process==0.0.25
2828

2929
spyder

requirements/release-3rd-party.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ python-lsp-jsonrpc==1.1.2
130130
python-lsp-server==1.12.2
131131
python-slugify==8.0.4
132132
pytoolconfig==1.3.1
133-
pytrnsys-process==0.0.24
133+
pytrnsys-process==0.0.25
134134
pytz==2023.3.post1
135135
pyuca==1.2
136136
pywin32==306

0 commit comments

Comments
 (0)