Skip to content

Commit f188195

Browse files
committed
fix(package): update conda env and numpy version
1 parent f09fb3f commit f188195

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifiers = [
2222
requires-python = ">=3.10"
2323

2424
dependencies = [
25+
"numpy<2.4",
2526
"trame>=3.12",
2627
"trame-vtk>=2.10",
2728
"trame-vuetify>=3.1",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: quickview
1+
name: quickcompare
22
channels:
33
- conda-forge
44
dependencies:

0 commit comments

Comments
 (0)