Skip to content

Commit

Permalink
remove the version requirement of SciencePlots
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriok committed May 22, 2023
1 parent 4643ce7 commit 045f001
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion QGrain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import socket

QGRAIN_VERSION = "0.5.4.0"
QGRAIN_VERSION = "0.5.4.1"
QGRAIN_ROOT_PATH = os.path.dirname(__file__)

HELLO_TEXT = r"""
Expand Down
1 change: 1 addition & 0 deletions QGrain/charts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from matplotlib.animation import FFMpegWriter, FuncAnimation, ImageMagickWriter
from matplotlib.backends.backend_qtagg import FigureCanvasQTAgg as FigureCanvas
from matplotlib.backends.backend_qtagg import NavigationToolbar2QT as NavigationToolbar
import scienceplots

from .. import QGRAIN_ROOT_PATH

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ xlrd
openpyxl
PySide6>=6.2.0
matplotlib>=3.5.0
SciencePlots<=1.0.8
SciencePlots
qt-material
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="QGrain",
version="0.5.4.0",
version="0.5.4.1",
description="An easy-to-use software for the comprehensive analysis of grain size distributions",
platforms="all",
author="Yuming Liu",
Expand All @@ -22,7 +22,7 @@
"openpyxl",
"PySide6>=6.2.0",
"matplotlib>=3.5.0",
"SciencePlots<=1.0.8",
"SciencePlots",
"qt-material"],
extras_require={"server": ["torch"]},
classifiers=[
Expand Down

0 comments on commit 045f001

Please sign in to comment.