-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #926 from OpenSourceBrain/release/0.7.6
Release/0.7.6
- Loading branch information
Showing
116 changed files
with
712,121 additions
and
1,744 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
cloud-harness | ||
.idea | ||
**/helm | ||
deployment/helm | ||
/build | ||
.vscode | ||
skaffold.yaml | ||
/deployment.yaml | ||
.pytest_cache | ||
/.overrides | ||
.hypothesis | ||
skaffold-overrides.yaml | ||
/libraries/client/__pycache__ | ||
/libraries/client/github.auth | ||
skaffold-overrides.yaml | ||
/libraries/client/netpyne-web/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
harness: | ||
database: | ||
resources: | ||
requests: | ||
memory: 128Mi | ||
cpu: 10m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ git+https://github.com/Neurosim-lab/netpyne.git@osbv2#egg=netpyne | |
#### Other simulators | ||
|
||
# Arbor | ||
arbor==0.6.0 | ||
arbor==0.9.0 | ||
|
||
# EDEN | ||
eden-simulator==0.2.1 | ||
|
@@ -42,10 +42,10 @@ seaborn | |
|
||
# Note: this just installs pytorch for cpu, the default install adds a v large cuda lib | ||
-f https://download.pytorch.org/whl/torch_stable.html | ||
torch==1.11.0+cpu | ||
torch==2.1.2+cpu | ||
|
||
# For MDF | ||
modeci_mdf==0.4.5 # big jump in size of image... | ||
modeci_mdf==0.4.8 # big jump in size of image... | ||
|
||
scikit-learn # Required for some Neuromatch Academy material | ||
fasttext # Required for some Neuromatch Academy material | ||
|
@@ -57,8 +57,18 @@ tvb-data | |
ipympl | ||
|
||
|
||
#### SBML/COMBINE packages | ||
python-libsbml | ||
tellurium | ||
|
||
|
||
#### General Python packages | ||
plotly | ||
|
||
|
||
#### Install OMV | ||
git+https://github.com/OpenSourceBrain/[email protected] | ||
|
||
|
||
#### Final updates | ||
numpy # Removes some issues with LFPy... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
# nfs server pvc disk size (/exports) | ||
server: | ||
diskSize: 90Gi | ||
diskSize: 120Gi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
/deploy | ||
/deploy | ||
.git |
Oops, something went wrong.