Skip to content

Commit

Permalink
Update python packages
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 4, 2025
1 parent 8c42f2a commit 1d8d060
Show file tree
Hide file tree
Showing 4 changed files with 1,172 additions and 1,173 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ Refer to the documentation site to learn more about the commands.
- TypeScript
- Python
- PHP (Requires PHP >= 7.0. Supports PHP 5.2 to 8.3)
- Ruby (Requires Ruby 3.4.0. Supports Ruby 1.8 - 3.4.0 syntax)
## Troubleshooing
Expand All @@ -182,7 +183,7 @@ chennai> help
This error is mostly due to missing python .so (linux), .dll (windows) or .dylib (mac) file. Ensure the environment variables below are set correctly.
- SCALAPY_PYTHON_LIBRARY - Use values such as python3.10, python3.11 based on the version installed. On Windows, there are no dots. python313
- SCALAPY_PYTHON_LIBRARY - Use values such as python3.10, python3.11 based on the version installed. On Windows, there are no dots. Eg: python312
- JAVA_TOOL_OPTIONS - jna.library.path must be set to the python lib directory
- SCALAPY_PYTHON_PROGRAMNAME - Path to Python executable in case of virtual environments (Usually not required)
Expand Down
6 changes: 3 additions & 3 deletions meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ requirements:
- python>=3.10,<3.14
- conda-forge::httpx>=0.27.2
- conda-forge::websockets>=14.1
- conda-forge::orjson>=3.10.11,<4.0.0
- conda-forge::orjson>=3.10.13,<4.0.0
- conda-forge::rich>=13.9.4,<14.0.0
- conda-forge::oras-py==0.1.26
- conda-forge::appdirs>=1.4.4,<2.0.0
- conda-forge::psutil>=6.1.0,<7.0.0
- conda-forge::psutil>=6.1.1,<7.0.0
- conda-forge::packageurl-python>=0.11.2,<0.12.0
- conda-forge::gitpython>=3.1.43,<4.0.0
- conda-forge::gitpython>=3.1.44,<4.0.0
- conda-forge::networkx>=3.4.2
build:
include_recipe: False
Expand Down
Loading

0 comments on commit 1d8d060

Please sign in to comment.