File tree Expand file tree Collapse file tree
deployment/secure_research_desktop/packages Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66# [Optional] arguments to each package
77# <Python version or 'all' for all versions>: <list of constraints that may include 'uninstallable' if appropriate>
88versions :
9- - " 3.9"
109 - " 3.10"
1110 - " 3.11"
11+ - " 3.12"
1212packages :
1313 arviz :
1414 beautifulsoup4 :
@@ -25,13 +25,12 @@ packages:
2525 html5lib :
2626 ipykernel :
2727 keras :
28- " 3.11 " : ["uninstallable"] # requires tensorflow
28+ " 3.12 " : ["uninstallable"] # requires tensorflow
2929 lightgbm :
3030 lxml :
3131 matplotlib :
3232 nltk :
3333 numba :
34- " 3.11 " : ["uninstallable"] # does not yet support 3.11
3534 numpy :
3635 " all " : [">1.0.0"] # increase solver flexibility
3736 pandas :
@@ -47,6 +46,7 @@ packages:
4746 pygrib :
4847 pylint :
4948 pymc :
49+ " 3.12 " : ["uninstallable"] # Dependency conflict with other (unidentified) package
5050 pyodbc :
5151 pyproj :
5252 pyshp :
@@ -70,14 +70,11 @@ packages:
7070 sympy :
7171 tables :
7272 tensorflow :
73- " 3.11 " : ["uninstallable"] # does not yet support 3.11
7473 thinc :
7574 torch :
7675 torchvision :
77- " 3.11 " : ["uninstallable"] # does not yet support 3.11
76+ " 3.12 " : ["uninstallable"] # does not yet support 3.12
7877 tsfresh :
79- " 3.11 " : ["uninstallable"] # requires numba
8078 wordcloud :
81- " 3.11 " : ["uninstallable"] # does not yet support 3.11
8279 xgboost :
8380 xlrd :
You can’t perform that action at this time.
0 commit comments