Skip to content

Commit

Permalink
Update python versions and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
craddm committed Mar 11, 2024
1 parent d153a42 commit f3e890a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions deployment/secure_research_desktop/packages/packages-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
# [Optional] arguments to each package
# <Python version or 'all' for all versions>: <list of constraints that may include 'uninstallable' if appropriate>
versions:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
packages:
arviz:
beautifulsoup4:
Expand All @@ -25,13 +25,12 @@ packages:
html5lib:
ipykernel:
keras:
"3.11": ["uninstallable"] # requires tensorflow
"3.12": ["uninstallable"] # requires tensorflow
lightgbm:
lxml:
matplotlib:
nltk:
numba:
"3.11": ["uninstallable"] # does not yet support 3.11
numpy:
"all": [">1.0.0"] # increase solver flexibility
pandas:
Expand All @@ -47,6 +46,7 @@ packages:
pygrib:
pylint:
pymc:
"3.12": ["uninstallable"] # Dependency conflict with other (unidentified) package

Check warning on line 49 in deployment/secure_research_desktop/packages/packages-python.yaml

View workflow job for this annotation

GitHub Actions / lint_yaml

49:35 [comments] too few spaces before comment
pyodbc:
pyproj:
pyshp:
Expand All @@ -70,14 +70,11 @@ packages:
sympy:
tables:
tensorflow:
"3.11": ["uninstallable"] # does not yet support 3.11
thinc:
torch:
torchvision:
"3.11": ["uninstallable"] # does not yet support 3.11
"3.12": ["uninstallable"] # does not yet support 3.12
tsfresh:
"3.11": ["uninstallable"] # requires numba
wordcloud:
"3.11": ["uninstallable"] # does not yet support 3.11
xgboost:
xlrd:

0 comments on commit f3e890a

Please sign in to comment.