Skip to content

Commit

Permalink
Merge pull request #2160 from alejoe91/after_release
Browse files Browse the repository at this point in the history
After release - 0.100.0.dev0
  • Loading branch information
samuelgarcia authored Nov 3, 2023
2 parents 9cc2479 + 12d4867 commit a0712e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "spikeinterface"
version = "0.99.0"
version = "0.100.0.dev0"
authors = [
{ name="Alessio Buccino", email="[email protected]" },
{ name="Samuel Garcia", email="[email protected]" },
Expand Down Expand Up @@ -146,8 +146,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 = [
Expand All @@ -164,8 +164,8 @@ docs = [
"hdbscan>=0.8.33", # For sorters spykingcircus2 + tridesclous
"numba", # For many postprocessing functions
# 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

]

Expand Down

0 comments on commit a0712e7

Please sign in to comment.