Skip to content

Commit f3e890a

Browse files
committed
Update python versions and packages
1 parent d153a42 commit f3e890a

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

deployment/secure_research_desktop/packages/packages-python.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
# [Optional] arguments to each package
77
# <Python version or 'all' for all versions>: <list of constraints that may include 'uninstallable' if appropriate>
88
versions:
9-
- "3.9"
109
- "3.10"
1110
- "3.11"
11+
- "3.12"
1212
packages:
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:

0 commit comments

Comments
 (0)