Skip to content

Commit

Permalink
Simplify main requirements.txt file, move analysis deps to separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jcparkyn committed Nov 20, 2023
1 parent 1c675df commit 35c5f1e
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 74 deletions.
75 changes: 75 additions & 0 deletions python/analysis/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
allpairspy==2.5.1
approval-utilities==8.4.1
approvaltests==8.4.1
asttokens==2.2.1
backcall==0.2.0
beautifulsoup4==4.12.2
bleak==0.20.2
bleak-winrt==1.2.0
certifi==2023.7.22
charset-normalizer==3.2.0
colorama==0.4.6
comm==0.1.3
contourpy==1.1.1
cycler==0.11.0
debugpy==1.6.7
decorator==5.1.1
empty-files==0.0.9
executing==1.2.0
fonttools==4.42.1
freetype-py==2.4.0
hsluv==5.0.3
idna==3.4
iniconfig==2.0.0
ipykernel==6.25.0
ipython==8.14.0
jedi==0.19.0
jupyter_client==8.3.0
jupyter_core==5.3.1
kiwisolver==1.4.4
llvmlite==0.40.1
matplotlib==3.8.0
matplotlib-inline==0.1.6
mock==5.1.0
mrjob==0.7.4
nest-asyncio==1.5.7
numba==0.57.1
numpy==1.24.4
opencv-contrib-python==4.8.0.74
packaging==23.1
pandas==2.1.0
parso==0.8.3
pickleshare==0.7.5
Pillow==10.0.1
platformdirs==3.10.0
pluggy==1.2.0
prompt-toolkit==3.0.39
psutil==5.9.5
pure-eval==0.2.2
Pygments==2.15.1
pyparsing==3.1.1
pyperclip==1.8.2
PyQt6==6.5.2
PyQt6-Qt6==6.5.2
PyQt6-sip==13.5.2
pyquaternion==0.9.9
pytest==7.4.0
python-dateutil==2.8.2
pytz==2023.3.post1
pywin32==306
PyYAML==6.0.1
pyzmq==25.1.0
requests==2.31.0
scipy==1.11.1
seaborn==0.13.0
six==1.16.0
soupsieve==2.4.1
stack-data==0.6.2
testfixtures==7.1.0
tornado==6.3.2
traitlets==5.9.0
typing_extensions==4.7.1
tzdata==2023.3
urllib3==2.0.4
vispy==0.13.0
wcwidth==0.2.6
83 changes: 9 additions & 74 deletions python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,75 +1,10 @@
allpairspy==2.5.1
approval-utilities==8.4.1
approvaltests==8.4.1
asttokens==2.2.1
backcall==0.2.0
beautifulsoup4==4.12.2
bleak==0.20.2
bleak-winrt==1.2.0
certifi==2023.7.22
charset-normalizer==3.2.0
colorama==0.4.6
comm==0.1.3
contourpy==1.1.1
cycler==0.11.0
debugpy==1.6.7
decorator==5.1.1
empty-files==0.0.9
executing==1.2.0
fonttools==4.42.1
freetype-py==2.4.0
hsluv==5.0.3
idna==3.4
iniconfig==2.0.0
ipykernel==6.25.0
ipython==8.14.0
jedi==0.19.0
jupyter_client==8.3.0
jupyter_core==5.3.1
kiwisolver==1.4.4
llvmlite==0.40.1
matplotlib==3.8.0
matplotlib-inline==0.1.6
mock==5.1.0
mrjob==0.7.4
nest-asyncio==1.5.7
numba==0.57.1
numpy==1.24.4
opencv-contrib-python==4.8.0.74
packaging==23.1
pandas==2.1.0
parso==0.8.3
pickleshare==0.7.5
Pillow==10.0.1
platformdirs==3.10.0
pluggy==1.2.0
prompt-toolkit==3.0.39
psutil==5.9.5
pure-eval==0.2.2
Pygments==2.15.1
pyparsing==3.1.1
pyperclip==1.8.2
PyQt6==6.5.2
PyQt6-Qt6==6.5.2
PyQt6-sip==13.5.2
# Only add direct dependencies to this file.
# Some libraries (e.g. bleak) need different transitive dependencies per platform.
bleak==0.21.1
numba==0.58.1
numpy==1.26.2
PyQt6==6.6.0
pyquaternion==0.9.9
pytest==7.4.0
python-dateutil==2.8.2
pytz==2023.3.post1
pywin32==306
PyYAML==6.0.1
pyzmq==25.1.0
requests==2.31.0
scipy==1.11.1
seaborn==0.13.0
six==1.16.0
soupsieve==2.4.1
stack-data==0.6.2
testfixtures==7.1.0
tornado==6.3.2
traitlets==5.9.0
typing_extensions==4.7.1
tzdata==2023.3
urllib3==2.0.4
vispy==0.13.0
wcwidth==0.2.6
vispy==0.14.1
opencv-contrib-python==4.8.1.78
scipy==1.11.4

0 comments on commit 35c5f1e

Please sign in to comment.