You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,3 +60,14 @@ After some local development, you can just rerun the build step - CMake will onl
60
60
```sh
61
61
./tools/run.py build
62
62
```
63
+
64
+
#### Updating conda specfiles
65
+
66
+
See [Building identical conda environments](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#building-identical-conda-environments)
67
+
68
+
- Create a fresh conda environment
69
+
- Install runtime dependencies from requirements.txt
70
+
-`conda list --explicit > runtime/spec-file.txt`
71
+
- Install dev dependencies from requirements.txt
72
+
-`conda list --explicit > dev/spec-file.txt`
73
+
- Make sure the dev dependencies are a superset of the runtime dependencies
0 commit comments