Skip to content

Commit

Permalink
reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
tehcoderer committed Aug 28, 2023
1 parent 2d016e6 commit 1e2eec8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/plotly_figure/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy==1.24.3 ; python_version >= "3.9" and python_version < "4.0"
packaging==23.1 ; python_version >= "3.9" and python_version < "4.0"
plotly==5.14.1 ; python_version >= "3.9" and python_version < "4.0"
pywry==0.5.14 ; python_version >= "3.9" and python_version < "4.0"
pywry==0.6.0 ; python_version >= "3.9" and python_version < "4.0"
setproctitle==1.3.2 ; python_version >= "3.9" and python_version < "4.0"
tenacity==8.2.2 ; python_version >= "3.9" and python_version < "4.0"
10 changes: 5 additions & 5 deletions examples/streamlit/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ altair==4.2.2 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
attrs==23.1.0 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
blinker==1.6.2 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
cachetools==5.3.0 ; python_full_version >= "3.9.8" and python_version < "4.0"
certifi==2023.5.7 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
certifi==2023.7.22 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
charset-normalizer==3.1.0 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
click==8.1.3 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
colorama==0.4.6 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0" and platform_system == "Windows"
decorator==5.1.1 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
entrypoints==0.4 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
gitdb==4.0.10 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
gitpython==3.1.31 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
gitpython==3.1.32 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
idna==3.4 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
importlib-metadata==6.6.0 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
jinja2==3.1.2 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
Expand All @@ -29,17 +29,17 @@ pympler==1.0.1 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0
pyrsistent==0.19.3 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
python-dateutil==2.8.2 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
pytz==2023.3 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
pywry==0.5.14 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
pywry==0.6.0 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
requests==2.31.0 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
rich==13.3.5 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
setproctitle==1.3.2 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
six==1.16.0 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
smmap==5.0.0 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
streamlit==1.22.0 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
streamlit==1.26.0 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
tenacity==8.2.2 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
toml==0.10.2 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
toolz==0.12.0 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
tornado==6.3.2 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
tornado==6.3.3 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
typing-extensions==4.6.2 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
tzdata==2023.3 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
tzlocal==5.0.1 ; python_full_version >= "3.9.8" and python_full_version < "4.0.0"
Expand Down

0 comments on commit 1e2eec8

Please sign in to comment.