From 84fc58af3de2b84078b31f7b455b11c1789dbfda Mon Sep 17 00:00:00 2001 From: Cordero Core <127983572+uwcdc@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:57:35 -0700 Subject: [PATCH] Update README.md Remove `braingeneers-smart-open` statement Resolves comment https://github.com/braingeneers/braingeneerspy/pull/42#discussion_r1357241382 --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index b9d7e0f..d583c8f 100644 --- a/README.md +++ b/README.md @@ -134,10 +134,6 @@ spec: Please note that this will only work on jobs run in the PRP environment. Setting the `ENDPOINT` environment variable can also be used to specify an endpoint other than the PRP/S3. -### Notes - -- `braingeneerspy` is compatible with `braingeneers-smart-open` version 2023.10.6. If you encounter issues, make sure to use this version for compatibility. - ## Documentation The docs directory has been set up using `sphinx-build -M html docs/source/ docs/build/` to create a base project Documentation structure. You can add inline documentation (NumPy style) to further enrich our project's documentation. To render the documentation locally, navigate to the `docs/build/html` folder in the terminal and run `python3 -m http.server`.