Skip to content

Commit 40dcf28

Browse files
authored
Update and relax pins in requirements.txt (#83)
Upgrade several developer/runtime dependencies and relax strict version pins to allow compatible updates. black updated from 24.3.0 to ~=26.3.1; pytest updated from 7.4.3 to ~=9.0.3; streamlit updated from 1.40.2 to ~=1.54.0. These changes smooth future patch/minor upgrades while keeping other packages unchanged.
1 parent 9643875 commit 40dcf28

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# AIDE requirements
2-
black==24.3.0
2+
black~=26.3.1
33
funcy==2.0
44
humanize==4.8.0
55
jsonschema==4.19.2
66
numpy==1.26.2
77
openai>=1.69.0
88
anthropic>=0.20.0
99
pandas==2.1.4
10-
pytest==7.4.3
10+
pytest~=9.0.3
1111
requests>=2.32.4
1212
scikit-learn==1.5.0
1313
rich==13.7.0
@@ -90,5 +90,5 @@ pyocr
9090
pyarrow
9191
xlrd
9292
backoff
93-
streamlit==1.40.2
93+
streamlit~=1.54.0
9494
python-dotenv

0 commit comments

Comments
 (0)