We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705111f commit f4c27f2Copy full SHA for f4c27f2
CHANGELOG
@@ -1,5 +1,6 @@
1
2.23.1
2
- fix: QuickView plotting failed for all-NaN coordinate data (#223)
3
+ - build: remove pin scipy==1.11.4
4
2.23.0
5
- feat: add zoom-in functionality for contour plots (#211)
6
- fix: cache selected event per dataset in QuickView (#196)
build-recipes/macos_build_requirements.txt
@@ -1,3 +1,2 @@
# Any additional requirements for building the application
pyinstaller
-scipy==1.11.4 # had problems with pyinstaller (scipy.special._cdflib not found)
build-recipes/win_build_requirements.txt
-scipy==1.11.4 # hat problems with pyinstaller (scipy.special._cdflib not found)
0 commit comments