Spaces:
Sleeping
Sleeping
Andy Lee
commited on
Commit
·
f2771fd
1
Parent(s):
af38f38
chore: remove macos specific packages
Browse files- requirements.txt +17 -17
requirements.txt
CHANGED
|
@@ -5,7 +5,7 @@ altair==5.5.0
|
|
| 5 |
annotated-types==0.7.0
|
| 6 |
anthropic==0.36.2
|
| 7 |
anyio==4.6.2.post1
|
| 8 |
-
appnope
|
| 9 |
asttokens==2.4.1
|
| 10 |
attrs==24.2.0
|
| 11 |
blinker==1.9.0
|
|
@@ -67,7 +67,7 @@ langsmith==0.1.136
|
|
| 67 |
markupsafe==3.0.2
|
| 68 |
matplotlib==3.9.2
|
| 69 |
matplotlib-inline==0.1.7
|
| 70 |
-
mouseinfo
|
| 71 |
multidict==6.1.0
|
| 72 |
narwhals==1.42.0
|
| 73 |
nest-asyncio==1.6.0
|
|
@@ -92,23 +92,23 @@ pure-eval==0.2.3
|
|
| 92 |
pyarrow==20.0.0
|
| 93 |
pyasn1==0.6.1
|
| 94 |
pyasn1-modules==0.4.1
|
| 95 |
-
pyautogui
|
| 96 |
pydantic==2.9.2
|
| 97 |
pydantic-core==2.23.4
|
| 98 |
pydeck==0.9.1
|
| 99 |
-
pygetwindow
|
| 100 |
pygments==2.18.0
|
| 101 |
-
pymsgbox
|
| 102 |
-
pynput
|
| 103 |
-
pyobjc-core
|
| 104 |
-
pyobjc-framework-applicationservices
|
| 105 |
-
pyobjc-framework-cocoa
|
| 106 |
-
pyobjc-framework-coretext
|
| 107 |
-
pyobjc-framework-quartz
|
| 108 |
pyparsing==3.2.0
|
| 109 |
-
pyperclip
|
| 110 |
-
pyrect
|
| 111 |
-
pyscreeze
|
| 112 |
pysocks==1.7.1
|
| 113 |
python-dateutil==2.9.0.post0
|
| 114 |
python-dotenv==1.0.1
|
|
@@ -122,15 +122,15 @@ requests==2.32.3
|
|
| 122 |
requests-toolbelt==1.0.0
|
| 123 |
rpds-py==0.25.1
|
| 124 |
rsa==4.9
|
| 125 |
-
rubicon-objc
|
| 126 |
-
selenium==4.
|
| 127 |
six==1.16.0
|
| 128 |
smmap==5.0.2
|
| 129 |
sniffio==1.3.1
|
| 130 |
sortedcontainers==2.4.0
|
| 131 |
sqlalchemy==2.0.36
|
| 132 |
stack-data==0.6.3
|
| 133 |
-
streamlit==1.
|
| 134 |
tenacity==9.0.0
|
| 135 |
tiktoken==0.8.0
|
| 136 |
tokenizers==0.20.1
|
|
|
|
| 5 |
annotated-types==0.7.0
|
| 6 |
anthropic==0.36.2
|
| 7 |
anyio==4.6.2.post1
|
| 8 |
+
# appnope - macOS specific
|
| 9 |
asttokens==2.4.1
|
| 10 |
attrs==24.2.0
|
| 11 |
blinker==1.9.0
|
|
|
|
| 67 |
markupsafe==3.0.2
|
| 68 |
matplotlib==3.9.2
|
| 69 |
matplotlib-inline==0.1.7
|
| 70 |
+
# mouseinfo - GUI automation
|
| 71 |
multidict==6.1.0
|
| 72 |
narwhals==1.42.0
|
| 73 |
nest-asyncio==1.6.0
|
|
|
|
| 92 |
pyarrow==20.0.0
|
| 93 |
pyasn1==0.6.1
|
| 94 |
pyasn1-modules==0.4.1
|
| 95 |
+
# pyautogui - GUI automation
|
| 96 |
pydantic==2.9.2
|
| 97 |
pydantic-core==2.23.4
|
| 98 |
pydeck==0.9.1
|
| 99 |
+
# pygetwindow - GUI automation
|
| 100 |
pygments==2.18.0
|
| 101 |
+
# pymsgbox - GUI automation
|
| 102 |
+
# pynput - GUI automation
|
| 103 |
+
# pyobjc-core - macOS specific
|
| 104 |
+
# pyobjc-framework-applicationservices - macOS specific
|
| 105 |
+
# pyobjc-framework-cocoa - macOS specific
|
| 106 |
+
# pyobjc-framework-coretext - macOS specific
|
| 107 |
+
# pyobjc-framework-quartz - macOS specific
|
| 108 |
pyparsing==3.2.0
|
| 109 |
+
# pyperclip - GUI automation
|
| 110 |
+
# pyrect - GUI automation
|
| 111 |
+
# pyscreeze - GUI automation
|
| 112 |
pysocks==1.7.1
|
| 113 |
python-dateutil==2.9.0.post0
|
| 114 |
python-dotenv==1.0.1
|
|
|
|
| 122 |
requests-toolbelt==1.0.0
|
| 123 |
rpds-py==0.25.1
|
| 124 |
rsa==4.9
|
| 125 |
+
# rubicon-objc - macOS specific
|
| 126 |
+
selenium==4.22.0 # Pinned to a slightly older version for known stability
|
| 127 |
six==1.16.0
|
| 128 |
smmap==5.0.2
|
| 129 |
sniffio==1.3.1
|
| 130 |
sortedcontainers==2.4.0
|
| 131 |
sqlalchemy==2.0.36
|
| 132 |
stack-data==0.6.3
|
| 133 |
+
streamlit==1.35.0 # Pinned version
|
| 134 |
tenacity==9.0.0
|
| 135 |
tiktoken==0.8.0
|
| 136 |
tokenizers==0.20.1
|