Skip to content

Commit

Permalink
Version Beta 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-introspection committed Jul 23, 2023
1 parent a050f90 commit e24bbdb
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The **Hy**perscanning **Py**thon **P**ipeline

## Contributors
Original authors: Florence BRUN, Anaël AYROLLES, Phoebe CHEN, Amir DJALOVSKI, Yann BEAUXIS, Suzanne DIKKER, Guillaume DUMAS
New contributors: Ghazaleh RANJBARAN, Quentin MOREAU, Caitriona DOUGLAS, Franck PORTEOUS, Jonas MAGO, Juan C. AVENDANO
New contributors: Ghazaleh RANJBARAN, Quentin MOREAU, Caitriona DOUGLAS, Franck PORTEOUS, Jonas MAGO, Juan C. AVENDANO, Julie BONNAIRE

## Installation

Expand Down
14 changes: 7 additions & 7 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ backcall==0.2.0 ; python_version >= "3.8" and python_version < "4.0"
beautifulsoup4==4.12.2 ; python_version >= "3.8" and python_version < "4.0"
black==19.10b0 ; python_version >= "3.8" and python_version < "4.0"
bleach==6.0.0 ; python_version >= "3.8" and python_version < "4.0"
certifi==2023.5.7 ; python_version >= "3.8" and python_version < "4.0"
certifi==2023.7.22 ; python_version >= "3.8" and python_version < "4.0"
cffi==1.15.1 ; python_version >= "3.8" and python_version < "4.0"
charset-normalizer==3.2.0 ; python_version >= "3.8" and python_version < "4.0"
click==8.1.6 ; python_version >= "3.8" and python_version < "4.0"
Expand All @@ -25,19 +25,19 @@ cycler==0.11.0 ; python_version >= "3.8" and python_version < "4.0"
debugpy==1.6.7 ; python_version >= "3.8" and python_version < "4.0"
decorator==5.1.1 ; python_version >= "3.8" and python_version < "4.0"
defusedxml==0.7.1 ; python_version >= "3.8" and python_version < "4.0"
dill==0.3.6 ; python_version >= "3.8" and python_version < "4.0"
dill==0.3.7 ; python_version >= "3.8" and python_version < "4.0"
exceptiongroup==1.1.2 ; python_version >= "3.8" and python_version < "3.11"
executing==1.2.0 ; python_version >= "3.8" and python_version < "4.0"
fastjsonschema==2.17.1 ; python_version >= "3.8" and python_version < "4.0"
fonttools==4.41.0 ; python_version >= "3.8" and python_version < "4.0"
fastjsonschema==2.18.0 ; python_version >= "3.8" and python_version < "4.0"
fonttools==4.41.1 ; python_version >= "3.8" and python_version < "4.0"
fqdn==1.5.1 ; python_version >= "3.8" and python_version < "4"
future==0.18.3 ; python_version >= "3.8" and python_version < "4.0"
ghp-import==2.1.0 ; python_version >= "3.8" and python_version < "4.0"
h5io==0.1.8 ; python_version >= "3.8" and python_version < "4.0"
h5py==3.9.0 ; python_version >= "3.8" and python_version < "4.0"
idna==3.4 ; python_version >= "3.8" and python_version < "4.0"
importlib-metadata==6.8.0 ; python_version >= "3.8" and python_version < "3.10"
importlib-resources==6.0.0 ; python_version >= "3.8" and python_version < "3.10"
importlib-resources==6.0.0 ; python_version >= "3.8" and python_version < "4.0"
iniconfig==2.0.0 ; python_version >= "3.8" and python_version < "4.0"
ipykernel==6.24.0 ; python_version >= "3.8" and python_version < "4.0"
ipython-genutils==0.2.0 ; python_version >= "3.8" and python_version < "4.0"
Expand Down Expand Up @@ -161,9 +161,9 @@ wcwidth==0.2.6 ; python_version >= "3.8" and python_version < "4.0"
webcolors==1.13 ; python_version >= "3.8" and python_version < "4.0"
webencodings==0.5.1 ; python_version >= "3.8" and python_version < "4.0"
websocket-client==1.6.1 ; python_version >= "3.8" and python_version < "4.0"
wheel==0.40.0 ; python_version >= "3.8" and python_version < "3.9"
wheel==0.41.0 ; python_version >= "3.8" and python_version < "3.9"
widgetsnbextension==3.6.4 ; python_version >= "3.8" and python_version < "4.0"
wrapt==1.15.0 ; python_version >= "3.8" and python_version < "4.0"
xmltodict==0.13.0 ; python_version >= "3.8" and python_version < "4.0"
zipp==3.16.2 ; python_version >= "3.8" and python_version < "3.10"
hypyp==0.4.0b9
hypyp==0.5.0b0
98 changes: 49 additions & 49 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hypyp"
version = "0.4.0-beta.10"
version = "0.5.0-beta"
description = "The Hyperscanning Python Pipeline."
readme = "README.md"
authors = [
Expand Down

0 comments on commit e24bbdb

Please sign in to comment.