forked from SpikeInterface/spikeinterface
-
Notifications
You must be signed in to change notification settings - Fork 0
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 SpikeInterface#3440 from zm711/after-release
After release 0.101.1
- Loading branch information
Showing
2 changed files
with
11 additions
and
11 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,6 +1,6 @@ | ||
[project] | ||
name = "spikeinterface" | ||
version = "0.101.1" | ||
version = "0.101.2" | ||
authors = [ | ||
{ name="Alessio Buccino", email="[email protected]" }, | ||
{ name="Samuel Garcia", email="[email protected]" }, | ||
|
@@ -124,16 +124,16 @@ test_core = [ | |
|
||
# for github test : probeinterface and neo from master | ||
# for release we need pypi, so this need to be commented | ||
# "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", | ||
# "neo @ git+https://github.com/NeuralEnsemble/python-neo.git", | ||
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", | ||
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git", | ||
] | ||
|
||
test_extractors = [ | ||
# Functions to download data in neo test suite | ||
"pooch>=1.8.2", | ||
"datalad>=1.0.2", | ||
# "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", | ||
# "neo @ git+https://github.com/NeuralEnsemble/python-neo.git", | ||
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", | ||
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git", | ||
] | ||
|
||
test_preprocessing = [ | ||
|
@@ -173,8 +173,8 @@ test = [ | |
|
||
# for github test : probeinterface and neo from master | ||
# for release we need pypi, so this need to be commented | ||
# "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", | ||
# "neo @ git+https://github.com/NeuralEnsemble/python-neo.git", | ||
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", | ||
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git", | ||
] | ||
|
||
docs = [ | ||
|
@@ -197,8 +197,8 @@ docs = [ | |
"datalad>=1.0.2", | ||
|
||
# for release we need pypi, so this needs to be commented | ||
# "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", # We always build from the latest version | ||
# "neo @ git+https://github.com/NeuralEnsemble/python-neo.git", # We always build from the latest version | ||
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", # We always build from the latest version | ||
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git", # We always build from the latest version | ||
|
||
] | ||
|
||
|
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