Skip to content
Snippets Groups Projects
Commit 824b1dcf authored by ='s avatar =
Browse files

artist update

parent a4965307
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ authors = [
]
requires-python = ">=3.10"
dependencies = [
"artistlib ; sys_platform == 'win32'",
"artist-pythonlib ; sys_platform == 'win32'",
"dm-pix>=0.4.3",
"h5py>=3.12.1",
"jax>=0.4.35 ; sys_platform == 'win32'",
......@@ -23,7 +23,7 @@ dependencies = [
[tool.uv.sources]
artistlib = { git = "https://github.com/wittlsn/aRTist-PythonLib" }
artist-pythonlib = { git = "https://github.com/wittlsn/aRTist-PythonLib" }
cyxtrax = { workspace = true }
[build-system]
......
try:
from artistlib import API, utility, SAVEMODES # type: ignore
from artist_pythonlib import API, utility, SAVEMODES # type: ignore
except ModuleNotFoundError:
from warnings import warn
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment