Skip to content

Commit

Permalink
Exclude xraylarch from py312 env
Browse files Browse the repository at this point in the history
❯ git diff
diff --git a/envs/env-py312.yml b/envs/env-py312.yml
index 5d313d5..4bdd8af 100644
--- a/envs/env-py312.yml
+++ b/envs/env-py312.yml
@@ -165,7 +165,7 @@ dependencies:
   - xlwt
   - xmidas >=0.1.2
   - xray-vision >=0.1.1
-  - xraylarch >=0.9.66
+  # - xraylarch >=0.9.66
   - zbar  # dependency of pyzbar
   # Simulation packages:
   - oscars
  • Loading branch information
mrakitin committed Apr 29, 2024
1 parent 9d5f242 commit 7f9c0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envs/env-py312.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ dependencies:
- xlwt
- xmidas >=0.1.2
- xray-vision >=0.1.1
- xraylarch >=0.9.66
# - xraylarch >=0.9.66
- zbar # dependency of pyzbar
# Simulation packages:
- oscars
Expand Down

0 comments on commit 7f9c0ce

Please sign in to comment.