+5
−2
+190
−194
File changed.
Preview size limit exceeded, changes collapsed.
.gitmodules
0 → 100644
+3
−0
.pre-commit-config.yaml
0 → 100644
+65
−0
.utopia-env-requirements.txt
0 → 100644
+16
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
# Python packages that are installed into the utopia-env
|
||
# ------------------------------------------------------
|
||
#
|
||
# NOTE These are automatically installed as part of the `cmake ..` call.
|
||
# If their installation fails, a warning (not an error) will be emitted.
|
||
# .. Development requirements (required only when pushing to Utopia repo) .....
|
||
pre-commit>=2.18
|
||
# .. Requirements for Python model tests ......................................
|
||
pytest
|
||
# .. Requirements for Python model plots ......................................
|
||
# ... |
Loading