Skip to content

Commit f4c27f2

Browse files
committed
build: remove pin scipy==1.11.4
1 parent 705111f commit f4c27f2

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
2.23.1
22
- fix: QuickView plotting failed for all-NaN coordinate data (#223)
3+
- build: remove pin scipy==1.11.4
34
2.23.0
45
- feat: add zoom-in functionality for contour plots (#211)
56
- fix: cache selected event per dataset in QuickView (#196)
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# Any additional requirements for building the application
22
pyinstaller
3-
scipy==1.11.4 # had problems with pyinstaller (scipy.special._cdflib not found)
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# Any additional requirements for building the application
22
pyinstaller
3-
scipy==1.11.4 # hat problems with pyinstaller (scipy.special._cdflib not found)

0 commit comments

Comments
 (0)