Skip to content

Commit

Permalink
Merge branch 'poetry-ready'
Browse files Browse the repository at this point in the history
  • Loading branch information
YannBeauxis committed Jun 16, 2020
2 parents ee9dd44 + 374f035 commit a28b598
Show file tree
Hide file tree
Showing 9 changed files with 1,219 additions and 446 deletions.
110 changes: 77 additions & 33 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,61 +1,105 @@
appdirs==1.4.3
astroid==2.3.3
appdirs==1.4.4
appnope==0.1.0; sys_platform == "darwin" or platform_system == "Darwin" or python_version >= "3.3" and sys_platform == "darwin"
astroid==2.4.2
astropy==4.0.1.post1
atomicwrites==1.3.0; sys_platform == "win32"
atomicwrites==1.4.0; sys_platform == "win32"
attrs==19.3.0
autoreject==0.2.1
beautifulsoup4==4.9.0
backcall==0.2.0
beautifulsoup4==4.9.1
black==19.10b0
click==7.1.1
colorama==0.4.3; sys_platform == "win32"
bleach==3.1.5
certifi==2020.4.5.2
chardet==3.0.4
click==7.1.2
colorama==0.4.3; python_version >= "3.3" and sys_platform == "win32" or sys_platform == "win32"
cycler==0.10.0
decorator==4.4.2
defusedxml==0.6.0
entrypoints==0.3
future==0.18.2
importlib-metadata==1.6.0; python_version < "3.8"
idna==2.9
importlib-metadata==1.6.1; python_version < "3.8"
ipykernel==5.3.0
ipython==7.15.0
ipython-genutils==0.2.0
ipywidgets==7.5.1
isort==4.3.21
jedi==0.17.0
jinja2==2.11.2
joblib==0.14.1
json5==0.9.5
jsonschema==3.2.0
jupyter-client==6.1.3
jupyter-core==4.6.3
jupyterlab==2.1.4
jupyterlab-server==1.1.5
kiwisolver==1.2.0
lazy-object-proxy==1.4.3
livereload==2.6.1
lunr==0.5.6
markdown==3.2.1
livereload==2.6.2
lunr==0.5.8
markdown==3.2.2
markdown-include==0.5.1
markupsafe==1.1.1
matplotlib==3.2.1
mccabe==0.6.1
mkdocs==1.1
mkdocs-material==5.1.1
mkdocs-material-extensions==1.0b2
meshio==4.0.15
mistune==0.8.4
mkdocs==1.1.2
mkdocs-material==5.3.0
mkdocs-material-extensions==1.0
mkdocstrings==0.10.3
mne==0.20.0
more-itertools==8.2.0
nltk==3.5
numpy==1.18.3
packaging==20.3
pandas==1.0.3
mne==0.20.7
more-itertools==8.4.0
-e git+https://github.com/rougier/matplotlib-3d@538d514e7fd11843f5a338a52b5887c3f16a9bff#egg=mpl3d
nbconvert==5.6.1
nbformat==5.0.7
nltk==3.5; python_version > "2.7"
notebook==6.0.3
numpy==1.18.5
packaging==20.4
pandas==1.0.4
pandocfilters==1.4.2
parso==0.7.0
pathspec==0.8.0
pexpect==4.8.0; python_version >= "3.3" and sys_platform != "win32" or sys_platform != "win32"
pickleshare==0.7.5
pluggy==0.13.1
py==1.8.1
prometheus-client==0.8.0
prompt-toolkit==3.0.5
ptyprocess==0.6.0; sys_platform != "win32" or os_name != "nt" or python_version >= "3.3" and sys_platform != "win32"
py==1.8.2
pygments==2.6.1
pylint==2.4.4
pylint==2.5.3
pymdown-extensions==7.1
pyparsing==2.4.7
pytest==5.4.1
pyrsistent==0.16.0
pytest==5.4.3
python-dateutil==2.8.1
pytkdocs==0.3.0
pytz==2019.3
pytz==2020.1
pywin32==228; sys_platform == "win32"
pywinpty==0.5.7; os_name == "nt"
pyyaml==5.3.1
regex==2020.4.4
pyzmq==19.0.1
regex==2020.6.8
requests==2.23.0
scikit-learn==0.22.2.post1
scipy==1.4.1
six==1.14.0
soupsieve==1.9.5
toml==0.10.0
send2trash==1.5.0
six==1.15.0
soupsieve==1.9.6
terminado==0.8.3
testpath==0.4.4
toml==0.10.1
tornado==6.0.4
tqdm==4.45.0
tqdm==4.46.1
traitlets==4.3.3
typed-ast==1.4.1
wcwidth==0.1.9
wrapt==1.11.2
urllib3==1.25.9
wcwidth==0.2.4
webencodings==0.5.1
widgetsnbextension==3.5.1
wrapt==1.12.1
zipp==3.1.0; python_version < "3.8"
meshio==4.0.13
markdown-include==0.5.1
hypyp==0.2.0a0
hypyp==0.2.0-a1
1 change: 1 addition & 0 deletions hypyp/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "0.2.0-a1"
Loading

0 comments on commit a28b598

Please sign in to comment.