Skip to content

Commit a4a3494

Browse files
Merge pull request #2 from openbraininstitute/ghaction
update python version and update github repo references
2 parents b64c7c8 + 7b7b4ad commit a4a3494

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
call-test-workflow:
10-
uses: BlueBrain/BlueCelluLab/.github/workflows/test.yml@main
10+
uses: openbraininstitute/BlueCelluLab/.github/workflows/test.yml@main
1111
secrets:
1212
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1313

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ["3.8", "3.9", "3.10", "3.11"]
17+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1818

1919
steps:
2020
- uses: actions/checkout@v4

README.rst

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ If you need to cite a specific version, please use the DOI provided by `Zenodo <
6161
Support
6262
=======
6363

64-
We are providing support on `Gitter <https://gitter.im/BlueBrain/BlueCelluLab>`_. We suggest you create tickets on the `Github issue tracker <https://github.com/BlueBrain/BlueCelluLab/issues>`_ in case you encounter problems while using the software or if you have some suggestions.
64+
We are providing support on `Gitter <https://gitter.im/openbraininstitute/BlueCelluLab>`_. We suggest you create tickets on the `Github issue tracker <https://github.com/openbraininstitute/BlueCelluLab/issues>`_ in case you encounter problems while using the software or if you have some suggestions.
6565

6666
Main dependencies
6767
=================
6868

69-
* `Python 3.8+ <https://www.python.org/downloads/release/python-380/>`_
69+
* `Python 3.9+ <https://www.python.org/downloads/release/python-390/>`_
7070
* `Neuron 8.0.2+ <https://pypi.org/project/NEURON/>`_
7171

7272
Installation
@@ -97,13 +97,13 @@ The following example shows how to create a cell, add a stimulus and run a simul
9797
time, voltage = cell.get_time(), cell.get_soma_voltage()
9898
# plotting time and voltage ...
9999
100-
.. image:: https://raw.githubusercontent.com/BlueBrain/BlueCelluLab/main/docs/images/voltage-readme.png
100+
.. image:: https://raw.githubusercontent.com/openbraininstitute/BlueCelluLab/main/docs/images/voltage-readme.png
101101
:alt: Voltage plot
102102

103103
Tutorial
104104
========
105105

106-
A more detailed explanation on how to use BlueCelluLab, as well as other examples can be found on the `examples page <https://github.com/BlueBrain/BlueCelluLab/blob/main/examples/README.rst>`_.
106+
A more detailed explanation on how to use BlueCelluLab, as well as other examples can be found on the `examples page <https://github.com/openbraininstitute/BlueCelluLab/blob/main/examples/README.rst>`_.
107107

108108
API Documentation
109109
=================
@@ -125,7 +125,7 @@ Testing is set up using `tox`:
125125
Contributing
126126
============
127127

128-
We welcome contributions to BlueCelluLab! Please see the `CONTRIBUTING.rst <https://github.com/BlueBrain/BlueCelluLab/blob/main/CONTRIBUTING.rst>`_ for guidelines on how to contribute.
128+
We welcome contributions to BlueCelluLab! Please see the `CONTRIBUTING.rst <https://github.com/openbraininstitute/BlueCelluLab/blob/main/CONTRIBUTING.rst>`_ for guidelines on how to contribute.
129129

130130
Funding & Acknowledgements
131131
==========================
@@ -136,6 +136,7 @@ Copyright
136136
=========
137137

138138
Copyright (c) 2023-2024 Blue Brain Project/EPFL
139+
Copyright (c) 2025 Open Brain Institute
139140

140141
This work is licensed under `Apache 2.0 <https://www.apache.org/licenses/LICENSE-2.0.html>`_
141142

@@ -145,10 +146,10 @@ The licenses of the morphology files used in this repository are available on: h
145146

146147

147148
.. |license| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
148-
:target: https://github.com/BlueBrain/BlueCelluLab/blob/main/LICENSE
149+
:target: https://github.com/openbraininstitute/BlueCelluLab/blob/main/LICENSE
149150

150-
.. |tests| image:: https://github.com/BlueBrain/BlueCelluLab/actions/workflows/test.yml/badge.svg?branch=main
151-
:target: https://github.com/BlueBrain/BlueCelluLab/actions/workflows/test.yml
151+
.. |tests| image:: https://github.com/openbraininstitute/BlueCelluLab/actions/workflows/test.yml/badge.svg?branch=main
152+
:target: https://github.com/openbraininstitute/BlueCelluLab/actions/workflows/test.yml
152153
:alt: CI
153154

154155
.. |pypi| image:: https://img.shields.io/pypi/v/bluecellulab.svg
@@ -159,13 +160,13 @@ The licenses of the morphology files used in this repository are available on: h
159160
:target: https://bluecellulab.readthedocs.io/
160161
:alt: latest documentation
161162

162-
.. |coverage| image:: https://codecov.io/github/BlueBrain/BlueCelluLab/coverage.svg?branch=main
163-
:target: https://codecov.io/gh/BlueBrain/bluecellulab
163+
.. |coverage| image:: https://codecov.io/github/openbraininstitute/BlueCelluLab/coverage.svg?branch=main
164+
:target: https://codecov.io/gh/openbraininstitute/bluecellulab
164165
:alt: coverage
165166

166167
.. |gitter| image:: https://badges.gitter.im/Join%20Chat.svg
167-
:target: https://gitter.im/BlueBrain/BlueCelluLab
168-
:alt: Join the chat at https://gitter.im/BlueBrain/BlueCelluLab
168+
:target: https://gitter.im/openbraininstitute/BlueCelluLab
169+
:alt: Join the chat at https://gitter.im/openbraininstitute/BlueCelluLab
169170

170171
.. |joss| image:: https://joss.theoj.org/papers/effd553ca48734a2966d9d7ace3b05ff/status.svg
171172
:target: https://joss.theoj.org/papers/effd553ca48734a2966d9d7ace3b05ff
@@ -182,4 +183,4 @@ The licenses of the morphology files used in this repository are available on: h
182183
to skip content after the marker 'substitutions'.
183184
184185
.. substitutions
185-
.. |banner| image:: https://raw.githubusercontent.com/BlueBrain/BlueCelluLab/main/docs/source/logo/BlueCelluLabBanner.jpg
186+
.. |banner| image:: https://raw.githubusercontent.com/openbraininstitute/BlueCelluLab/main/docs/source/logo/BlueCelluLabBanner.jpg

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ dependencies = [
3838
"networkx>=3.1",
3939
"h5py>=3.8.0",
4040
]
41-
requires-python = ">=3.8"
41+
requires-python = ">=3.9"
4242

4343
[project.urls]
44-
Homepage = "https://github.com/BlueBrain/BlueCelluLab"
44+
Homepage = "https://github.com/openbraininstitute/BlueCelluLab"
4545
Documentation = "https://bluecellulab.readthedocs.io/"
4646

4747
[tool.setuptools_scm]

0 commit comments

Comments
 (0)