Skip to content

Commit

Permalink
add pyreadstat
Browse files Browse the repository at this point in the history
  • Loading branch information
f-hafner committed Jun 20, 2024
1 parent 14b01a0 commit 62cf32d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions ossc/pip_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ graphviz
openpyxl
optuna-dashboard
pydantic
pyreadstat
# vaex ## failed
3 changes: 2 additions & 1 deletion ossc/requirements_ossc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ PyNaCl @ file:///tmp/jenkins/build/PythonbundlePyPI/2023.06/GCCcore-12.3.0/PyNaC
pyparsing @ file:///tmp/jenkins/build/PythonbundlePyPI/2023.06/GCCcore-12.3.0/pyparsing/pyparsing-3.1.0
pyproject-metadata @ file:///tmp/jenkins/build/mesonpython/0.13.2/GCCcore-12.3.0/pyprojectmetadata/pyproject-metadata-0.7.1
pyproject_hooks @ file:///tmp/jenkins/build/poetry/1.5.1/GCCcore-12.3.0/pyproject_hooks/pyproject_hooks-1.0.0
pyreadstat==1.2.7
pyrsistent @ file:///tmp/jenkins/build/poetry/1.5.1/GCCcore-12.3.0/pyrsistent/pyrsistent-0.19.3
pytest @ file:///tmp/jenkins/build/PythonbundlePyPI/2023.06/GCCcore-12.3.0/pytest/pytest-7.4.0
pytest-xdist @ file:///tmp/jenkins/build/PythonbundlePyPI/2023.06/GCCcore-12.3.0/pytestxdist/pytest-xdist-3.3.1
Expand Down Expand Up @@ -213,7 +214,7 @@ sphinxcontrib-jsmath @ file:///tmp/jenkins/build/PythonbundlePyPI/2023.06/GCCcor
sphinxcontrib-qthelp @ file:///tmp/jenkins/build/PythonbundlePyPI/2023.06/GCCcore-12.3.0/sphinxcontribqthelp/sphinxcontrib-qthelp-1.0.3
sphinxcontrib-serializinghtml @ file:///tmp/jenkins/build/PythonbundlePyPI/2023.06/GCCcore-12.3.0/sphinxcontribserializinghtml/sphinxcontrib-serializinghtml-1.1.5
sphinxcontrib-websupport @ file:///tmp/jenkins/build/PythonbundlePyPI/2023.06/GCCcore-12.3.0/sphinxcontribwebsupport/sphinxcontrib-websupport-1.2.4
SQLAlchemy==2.0.30
SQLAlchemy==2.0.31
statsmodels @ file:///tmp/jenkins/build/statsmodels/0.14.1/gfbf-2023a/statsmodels/statsmodels-0.14.1
sympy @ file:///tmp/jenkins/build/sympy/1.12/gfbf-2023a/sympy-1.12
tabulate @ file:///tmp/jenkins/build/PythonbundlePyPI/2023.06/GCCcore-12.3.0/tabulate/tabulate-0.9.0
Expand Down
1 change: 0 additions & 1 deletion ossc/snellius_missing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ prometheus_client
prompt_toolkit
pure-eval
pyerfa
pyreadstat
python-dotenv
python-json-logger
python-multipart
Expand Down
3 changes: 2 additions & 1 deletion ossc/version_comparison.csv
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ pydantic,2.7.3,2.7.4
pydantic_core,2.18.4,2.18.4
Pygments,2.18.0,2.15.1
pyparsing,3.1.2,3.1.0
pyreadstat,1.2.7,1.2.7
python-dateutil,2.9.0.post0,2.8.2
pytz,2024.1,2023.3
PyYAML,6.0.1,6.0
Expand All @@ -86,7 +87,7 @@ scipy,1.13.1,1.11.1
seaborn,0.13.2,0.13.2
shellingham,1.5.4,1.5.0
six,1.16.0,1.16.0
SQLAlchemy,2.0.30,2.0.30
SQLAlchemy,2.0.30,2.0.31
statsmodels,0.14.2,0.14.1
sympy,1.12.1,1.12
tabulate,0.9.0,0.9.0
Expand Down

0 comments on commit 62cf32d

Please sign in to comment.