Skip to content

Commit

Permalink
fix: upgrade package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
f-aguzzi committed Jun 25, 2024
1 parent 45763c9 commit d88c87c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ authors = [
{ name = "Federico Aguzzi", email = "62149513+f-aguzzi@users.noreply.github.com" }
]
dependencies = [
"numpy==1.25.0",
"numpy>=1.25.0",
"scipy>=1.13.0",
"matplotlib>=3.8.4",
"pandas==2.0.3",
"pandas>=2.0.3",
"seaborn>=0.13.2",
"openpyxl>=3.1.2",
"scikit-learn>=1.4.2",
Expand Down
34 changes: 17 additions & 17 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
-e file:.
appnope==0.1.4
# via ipykernel
astroid==3.1.0
astroid==3.2.2
# via pylint
asttokens==2.4.1
# via stack-data
Expand All @@ -35,12 +35,12 @@ et-xmlfile==1.1.0
# via openpyxl
executing==2.0.1
# via stack-data
fastjsonschema==2.19.1
fastjsonschema==2.20.0
# via nbformat
fonttools==4.51.0
fonttools==4.53.0
# via matplotlib
ipykernel==6.29.4
ipython==8.24.0
ipython==8.25.0
# via ipykernel
isort==5.13.2
# via pylint
Expand All @@ -52,15 +52,15 @@ jsonschema==4.22.0
# via nbformat
jsonschema-specifications==2023.12.1
# via jsonschema
jupyter-client==8.6.1
jupyter-client==8.6.2
# via ipykernel
jupyter-core==5.7.2
# via ipykernel
# via jupyter-client
# via nbformat
kiwisolver==1.4.5
# via matplotlib
matplotlib==3.8.4
matplotlib==3.9.0
# via chemfusekit
# via seaborn
matplotlib-inline==0.1.7
Expand All @@ -72,17 +72,17 @@ nbformat==5.10.4
# via chemfusekit
nest-asyncio==1.6.0
# via ipykernel
numpy==1.26.4
numpy==2.0.0
# via chemfusekit
# via contourpy
# via matplotlib
# via pandas
# via scikit-learn
# via scipy
# via seaborn
openpyxl==3.1.2
openpyxl==3.1.4
# via chemfusekit
packaging==24.0
packaging==24.1
# via ipykernel
# via matplotlib
# via plotly
Expand All @@ -95,22 +95,22 @@ pexpect==4.9.0
# via ipython
pillow==10.3.0
# via matplotlib
platformdirs==4.2.1
platformdirs==4.2.2
# via jupyter-core
# via pylint
plotly==5.22.0
# via chemfusekit
prompt-toolkit==3.0.43
prompt-toolkit==3.0.47
# via ipython
psutil==5.9.8
psutil==6.0.0
# via ipykernel
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pygments==2.18.0
# via ipython
pylint==3.1.1
pylint==3.2.3
pyparsing==3.1.2
# via matplotlib
python-dateutil==2.9.0.post0
Expand All @@ -128,9 +128,9 @@ referencing==0.35.1
rpds-py==0.18.1
# via jsonschema
# via referencing
scikit-learn==1.4.2
scikit-learn==1.5.0
# via chemfusekit
scipy==1.13.0
scipy==1.14.0
# via chemfusekit
# via scikit-learn
seaborn==0.13.2
Expand All @@ -142,13 +142,13 @@ stack-data==0.6.3
# via ipython
tabulate==0.9.0
# via chemfusekit
tenacity==8.3.0
tenacity==8.4.2
# via plotly
threadpoolctl==3.5.0
# via scikit-learn
tomlkit==0.12.5
# via pylint
tornado==6.4
tornado==6.4.1
# via ipykernel
# via jupyter-client
traitlets==5.14.3
Expand Down
18 changes: 9 additions & 9 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ cycler==0.12.1
# via matplotlib
et-xmlfile==1.1.0
# via openpyxl
fastjsonschema==2.19.1
fastjsonschema==2.20.0
# via nbformat
fonttools==4.51.0
fonttools==4.53.0
# via matplotlib
joblib==1.4.2
# via scikit-learn
Expand All @@ -33,22 +33,22 @@ jupyter-core==5.7.2
# via nbformat
kiwisolver==1.4.5
# via matplotlib
matplotlib==3.8.4
matplotlib==3.9.0
# via chemfusekit
# via seaborn
nbformat==5.10.4
# via chemfusekit
numpy==1.26.4
numpy==2.0.0
# via chemfusekit
# via contourpy
# via matplotlib
# via pandas
# via scikit-learn
# via scipy
# via seaborn
openpyxl==3.1.2
openpyxl==3.1.4
# via chemfusekit
packaging==24.0
packaging==24.1
# via matplotlib
# via plotly
pandas==2.2.2
Expand All @@ -73,9 +73,9 @@ referencing==0.35.1
rpds-py==0.18.1
# via jsonschema
# via referencing
scikit-learn==1.4.2
scikit-learn==1.5.0
# via chemfusekit
scipy==1.13.0
scipy==1.14.0
# via chemfusekit
# via scikit-learn
seaborn==0.13.2
Expand All @@ -84,7 +84,7 @@ six==1.16.0
# via python-dateutil
tabulate==0.9.0
# via chemfusekit
tenacity==8.3.0
tenacity==8.4.2
# via plotly
threadpoolctl==3.5.0
# via scikit-learn
Expand Down

0 comments on commit d88c87c

Please sign in to comment.