Skip to content

Commit 506b078

Browse files
committed
Testing without precise package versions
1 parent d23b951 commit 506b078

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Scripts/Pipfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ pylint = "*"
99
rope = "*"
1010

1111
[packages]
12-
pandas = "==2.0.2"
12+
pandas = "*"
1313
openpyxl = "*"
14-
openmatrix = "==0.3.5"
14+
openmatrix = "*"
1515
numpy = "*"
1616
numexpr = "*"
17-
tables = "==3.8.0"
18-
shapely = "==2.0.1"
17+
tables = "*"
18+
shapely = "*"
1919

2020
[requires]
2121
python_version = "3.11"

0 commit comments

Comments
 (0)