Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump lightning from 2.0.9.post0 to 2.1.0 #36

Merged
merged 1 commit into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
astropy==5.3.4
lightning==2.0.9.post0
lightning==2.1.0
scikit-image==0.22.0
scipy==1.11.3
torch==2.1.0
Expand Down
126 changes: 3 additions & 123 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,47 +8,18 @@ aiohttp==3.8.6
# via fsspec
aiosignal==1.3.1
# via aiohttp
annotated-types==0.6.0
# via pydantic
anyio==3.7.1
# via
# fastapi
# starlette
arrow==1.3.0
# via lightning
astropy==5.3.4
# via -r requirements.in
async-timeout==4.0.3
# via aiohttp
attrs==23.1.0
# via aiohttp
backoff==2.2.1
# via lightning
beautifulsoup4==4.12.2
# via lightning
blessed==1.20.0
# via inquirer
certifi==2023.7.22
# via requests
charset-normalizer==3.3.0
# via
# aiohttp
# requests
click==8.1.7
# via
# lightning
# lightning-cloud
# uvicorn
croniter==1.4.1
# via lightning
dateutils==0.6.12
# via lightning
deepdiff==6.6.0
# via lightning
fastapi==0.103.2
# via
# lightning
# lightning-cloud
filelock==3.12.4
# via
# torch
Expand All @@ -62,40 +33,25 @@ fsspec[http]==2023.9.2
# lightning
# pytorch-lightning
# torch
h11==0.14.0
# via uvicorn
idna==3.4
# via
# anyio
# requests
# yarl
imageio==2.31.5
# via scikit-image
inquirer==3.1.3
# via lightning
itsdangerous==2.1.2
# via starsessions
jinja2==3.1.2
# via
# lightning
# torch
# via torch
lazy-loader==0.3
# via scikit-image
lightning==2.0.9.post0
lightning==2.1.0
# via -r requirements.in
lightning-cloud==0.5.39
# via lightning
lightning-utilities==0.9.0
# via
# lightning
# pytorch-lightning
# torchmetrics
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
# via jinja2
mdurl==0.1.2
# via markdown-it-py
mpmath==1.3.0
# via sympy
multidict==6.0.4
Expand Down Expand Up @@ -149,8 +105,6 @@ nvidia-nvjitlink-cu12==12.2.140
# nvidia-cusparse-cu12
nvidia-nvtx-cu12==12.1.105
# via torch
ordered-set==4.1.0
# via deepdiff
packaging==23.2
# via
# astropy
Expand All @@ -163,74 +117,25 @@ pillow==10.0.1
# imageio
# scikit-image
# torchvision
psutil==5.9.5
# via lightning
pydantic==2.1.1
# via
# fastapi
# lightning
pydantic-core==2.4.0
# via pydantic
pyerfa==2.0.1
# via astropy
pygments==2.16.1
# via rich
pyjwt==2.8.0
# via lightning-cloud
python-dateutil==2.8.2
# via
# arrow
# croniter
# dateutils
python-editor==1.0.4
# via inquirer
python-multipart==0.0.6
# via
# lightning
# lightning-cloud
pytorch-lightning==2.0.9.post0
# via lightning
pytz==2023.3.post1
# via dateutils
pyyaml==6.0.1
# via
# astropy
# lightning
# pytorch-lightning
readchar==4.0.5
# via inquirer
requests==2.31.0
# via
# fsspec
# lightning
# lightning-cloud
# torchvision
rich==13.6.0
# via
# lightning
# lightning-cloud
scikit-image==0.22.0
# via -r requirements.in
scipy==1.11.3
# via
# -r requirements.in
# scikit-image
six==1.16.0
# via
# blessed
# lightning-cloud
# python-dateutil
sniffio==1.3.0
# via anyio
soupsieve==2.5
# via beautifulsoup4
starlette==0.27.0
# via
# fastapi
# lightning
# starsessions
starsessions==1.3.0
# via lightning
sympy==1.12
# via torch
tifffile==2023.9.26
Expand All @@ -252,40 +157,15 @@ tqdm==4.66.1
# via
# lightning
# pytorch-lightning
traitlets==5.11.2
# via lightning
triton==2.1.0
# via torch
types-python-dateutil==2.8.19.14
# via arrow
typing-extensions==4.8.0
# via
# fastapi
# lightning
# lightning-utilities
# pydantic
# pydantic-core
# pytorch-lightning
# torch
urllib3==2.0.7
# via
# lightning
# lightning-cloud
# requests
uvicorn==0.23.2
# via
# lightning
# lightning-cloud
wcwidth==0.2.8
# via blessed
websocket-client==1.6.4
# via
# lightning
# lightning-cloud
websockets==11.0.3
# via lightning
# via requests
yarl==1.9.2
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading