Skip to content

Commit

Permalink
broaden compat bounds for MNE (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Feb 7, 2023
1 parent 2b5e35c commit b905ce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CondaPkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels = ["anaconda", "conda-forge"]
python = ">=3.7,<4"
# see https://mne.tools/stable/install/manual_install.html#installing-mne-python-with-all-dependencies
# CondaPkg uses mamba by default
mne = "=1.0"
mne = ">=1.0, <2"

[pip.deps]
# Pip package names and versions
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PyMNE"
uuid = "6c5003b2-cbe8-491c-a0d1-70088e6a0fd6"
authors = ["Beacon Biosignals, Inc."]
version = "0.2.0"
version = "0.2.1"

[deps]
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
Expand Down

2 comments on commit b905ce1

@palday
Copy link
Member Author

@palday palday commented on b905ce1 Feb 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/77217

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.1 -m "<description of version>" b905ce1a4959dd37c069d5b7625e879db4428e73
git push origin v0.2.1

Please sign in to comment.